bayleeadamoss / zazu

:rocket: A fully extensible and open source launcher for hackers, creators and dabblers.
http://zazuapp.org
MIT License
2.1k stars 170 forks source link

`alt+space` hotkey is not working #166

Open bAmrish opened 7 years ago

bAmrish commented 7 years ago

I am not able to get the hotkey feature to work. I have tried updating the hotkey to different combinations of alt+x or super+x or supre+space but none of them worked. This is a fresh install.

Expected Behavior

alt+space hotkey should toggle the zuzu app

Actual Behavior

alt+space hotkey does not do anything.

Steps to reproduce the behavior

prest alt + space hotkey.

Versions

Please, include a link to gist of most applicable ~/.zazu/log/ file.

Here is the snippet from ~/.zazu/log/ file

{"level":"info","message":"plugins are loaded"}
{"version":"0.3.2","level":"debug","message":"app is ready"}
{"hotkey":"alt+space","level":"verbose","message":"registering zazu hotkey"}
{"plugin":"tinytacoteam/zazu-light-theme","level":"verbose","message":"loading package: tinytacoteam/zazu-light-theme"}
{"plugin":"tinytacoteam/zazu-light-theme","level":"info","message":"loading css for theme"}
{"plugin":"tinytacoteam/zazu-calculator","level":"verbose","message":"loading package: tinytacoteam/zazu-calculator"}
{"plugin":"tinytacoteam/zazu-file-finder","level":"verbose","message":"loading package: tinytacoteam/zazu-file-finder"}
{"plugin":"tinytacoteam/zazu-template","level":"verbose","message":"loading package: tinytacoteam/zazu-template"}
{"plugin":"tinytacoteam/zazu-system","level":"verbose","message":"loading package: tinytacoteam/zazu-system"}
{"plugin":"tinytacoteam/zazu-package-manager","level":"verbose","message":"loading package: tinytacoteam/zazu-package-manager"}
{"plugin":"tinytacoteam/zazu-fallback","level":"verbose","message":"loading package: tinytacoteam/zazu-fallback"}
{"plugin":"tinytacoteam/zazu-clipboard","level":"verbose","message":"loading package: tinytacoteam/zazu-clipboard"}
{"hotkey":"cmd+shift+v","level":"verbose","message":"registered a hotkey"}
{"level":"info","message":"plugins are loaded"}
{"level":"info","message":"opening about page"}
bayleedev commented 7 years ago

Based on the log provided, it looks like it's registering alt+space at the time, and it never detected you hitting that combination. Is it possible your os has reserved this combination?

hotice commented 7 years ago

Ubuntu uses Alt + Space for the window menu (minimize, maximize, always on top, etc.). Try ctrl+space.

JeroenBoersma commented 7 years ago

If you just did a fresh install it could be that you need to log-out and in again before hotkeys are picked up correctly. No clue why, but it worked for me...

I've the Ctrl+Super+Space and it works like a charm.

hex0gen commented 7 years ago

Where can we edit hotkeys configuration? Anybody knows?

update: Sorry for stupid question. I found it https://github.com/tinytacoteam/zazu/blob/master/docs/_documentation/configuration.md

JeroenBoersma commented 7 years ago

No such thins as stupid questions @hex0gen , thanks for sharing the correct URL