-
Notifications
You must be signed in to change notification settings - Fork 3
Keyboard Shortcuts
Currently there are only a few shortcuts available in KAGA, if you have any suggestions you're welcome to create an issue in the issue tracker.
Key Combo | Action | Rebindable |
---|---|---|
CTRL+SHIFT+ENTER | Starts/Stops the script. | Yes |
CTRL+SHIFT+UP | Switches to the previous profile. | No |
CTRL+SHIFT+DOWN | Switches to the next profile. | No |
To rebind a shortcut it is possible to go to the Preferences
tab and type in the corresponding shortcut identifier in the text field.
A valid identifier will consist of at least of one modifier and one non-modifier key.
Valid modifiers include: CTRL
, SHIFT
, ALT
, META
(Windows Key).
Non-modifier keys will be identified by their text value or literal name, eg. Arrow Up button will be identified by UP
or Delete button will be identified by DELETE
.
If you are unsure of what to put in for a certain key, KAGA has a command line switch --log-keys
that will show what key is currently being pressed. The value you want will be Keytext: <This right here>
.