scottwhudson / Lunette

Zero-Config Spectacle Keybindings for Hammerspoon
MIT License
80 stars 19 forks source link

New invocation of Lunette is not supported by the .zip version of Lunette #17

Open beager opened 1 year ago

beager commented 1 year ago

15 provides an easier invocation of Lunette for default bindings, and that invocation has been reflected in README.md, but the new code has not been packaged into the .zip file, so downloading the .zip and trying to invoke it produces the following error message:

2023-06-07 09:25:59: -- Loading ~/.hammerspoon/init.lua
2023-06-07 09:25:59: -- Loading extension: spoons
2023-06-07 09:25:59: -- Loading Spoon: Lunette
2023-06-07 09:25:59: -- Loading extension: window
2023-06-07 09:25:59: 09:25:59 ERROR:    spoons: Default bindings requested, but spoon Lunette does not have a defaultHotkeys definition
2023-06-07 09:25:59: -- Done.

Presumably, the repo clone method for loading Lunette works correctly.

Thank you!