Page 1 of 1

switch to first, second... last tab with a hotkey

Posted: 2020-03-21, 14:27 UTC
by genaro
suggestion to make it like in a browser: ctrl 1 first tab, ctrl 9 last tab.

Re: switch to first, second... last tab with a hotkey

Posted: 2020-03-21, 14:40 UTC
by Dalai
You can already define such hotkeys yourself: Options > Misc > Redefine hotkeys. [X] Control + 1, select Command cm_SrcActivateTab1 (or cm_LeftActivateTab1). When done, click the green checkmark. Yes, it's a little bit tedious to configure this via GUI, but it can also be done directly in wincmd.ini:

Code: Select all

[Shortcuts]
C+1=cm_SrcActivateTab1
C+2=cm_SrcActivateTab2
(and so on)
Regards
Dalai