Replies: 1 comment 1 reply
-
|
The following command enables the [Command]
Command="
copyq:
const tabs = tab();
const maxHotkeySize = 10;
const hotkeyNumber = str(data(mimeShortcut)).slice(-1);
const actualTabIndex = (hotkeyNumber - 1 + maxHotkeySize) % maxHotkeySize;
if (tabs.length > actualTabIndex) {
setCurrentTab(tabs[actualTabIndex]);
}"
Icon=
InMenu=true
Name=Navigate to tab using Alt+<N>
Shortcut=alt+1, alt+2, alt+3, alt+4, alt+5, alt+6, alt+7, alt+8, alt+9, alt+0 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just as the title says I would love to do that. I went into ~/config/copyq/copyq.conf I dind't see the bindings in there. I would love to overide them with what I use and want thanks.
Beta Was this translation helpful? Give feedback.
All reactions