cerebroapp / cerebro

🔵 Cerebro is an open-source launcher to improve your productivity and efficiency
https://www.cerebroapp.com/
MIT License
8.32k stars 454 forks source link

Super-key shortcut #204

Open tchudyk opened 7 years ago

tchudyk commented 7 years ago

Please, give possibility to active Cerebro on 'Super' key (this with windows icon) - only one key (no key combination like Super + Space).

IniZio commented 7 years ago

I tried using Super + Space and it does work

ghost commented 7 years ago

Amazing work on Cerebro ! But i agree, can't use SUPER key on Gnome3 (archlinux)

tavomaciel commented 7 years ago

Doesn't work on Unity (Ubuntu 16.10) I can't even assign.

I tried editing the config file manually, but to no avail. Still doesn't work.

Stanzilla commented 7 years ago

Doesn't work on Windows, tried to use WinKey+Space but nothing happened.

infokiller commented 7 years ago

This is another use case that can be solved via #221

navxio commented 7 years ago

Not working for me on gnome 3.24.2/archlinux..

nicolasgross commented 7 years ago

Working for me on archlinux+plasma with Command+key

jurosh commented 5 years ago

Not working on Kubuntu 18 - KDE Plasma. Clicking Super key doesn't change shortcut - is there way to type it manually into config ? (I would like to set at least Win + Space)

jdromero88 commented 4 years ago

Not working on Kubuntu 18 - KDE Plasma. Clicking Super key doesn't change shortcut - is there way to type it manually into config ? (I would like to set at least Win + Space)

You can by going to this directory: ~/.config/Cerebro$ then open config.json you would see something like this and just edit the hotkey line { "locale": "en-US", "lang": "en", "country": "US", "theme": "../dist/main/css/themes/dark.css", "hotkey": "Command+Space", "showInTray": true, "firstStart": false, "developerMode": true, "cleanOnHide": true, "skipDonateDialog": true, "lastShownDonateDialog": 1582122624463, "plugins": {}, "isMigratedPlugins": true, "trackingEnabled": false, "crashreportingEnabled": true, "openAtLogin": true, "positions": { "1251387433892098": [ 2580, 292 ] } } I tried with command and super but is not working =(