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

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
genaro
Junior Member
Junior Member
Posts: 11
Joined: 2018-01-10, 19:31 UTC

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

Post by *genaro »

suggestion to make it like in a browser: ctrl 1 first tab, ctrl 9 last tab.
User avatar
Dalai
Power Member
Power Member
Posts: 9389
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

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

Post 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
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Post Reply