agzam / spacehammer

Hammerspoon config inspired by Spacemacs
MIT License
556 stars 70 forks source link

Show menu only after a delay if no keys have been pressed #181

Open eugenesvk opened 11 months ago

eugenesvk commented 11 months ago

I don't need to see a command palette every time I press LEAD key if I want to do window management, I do it frequently enough to remember that w is window.

Similarly, within the window management submenu, I know that f is fullscreen, etc.

So it would be better to now show such command palette every time as that's just visual noise.

But then obviously I don't remember all the menu items, so if I want to execute some less frequently used/forgotten command the command palette is a very welcome reminder

The best way I've found to resolve this issue in some other script app is via a delay