Closed amlamarra closed 2 years ago
@amlamarra Thank you for reaching out! Can you show me your config file? This should actually work just fine.
Right now, I have the terminal being toggled with just Ctrl+Q. But I'd like to use Ctrl+Shift+Z. Can you show me how to do that?
"Hotkeys": [
{
"Modifiers": "Control",
"Key": "Q"
}
],
Could you try the following:
"Hotkeys": [
{
"Modifiers": "Control,Shift",
"Key": "Q"
}
],
That works, thanks! Might I suggest adding it as an example to the documentation?
@amlamarra Done! :)
Correct me if I'm wrong, but it seems like this does not support the use of multiple modifiers for hotkeys. For instance, I'd like to set my hotkey for toggling the terminal to Ctrl+Shift+Z.