Skip to content

Swap ctrl-tab to alt-tab #1344

Closed Answered by jtroo
partrita asked this question in Q&A
Nov 11, 2024 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Maybe this for the lctl action: simulator link

(defsrc)
(deflayermap (base)
 lctl @lctl)
(defalias
 lctl (multi lctl
       (layer-while-held l-lctl)
       (on-release release-vkey v-lalt)))
(defvirtualkeys v-lalt lalt)
(deflayermap (l-lctl)
 tab (fork (multi lalt
            (on-press press-vkey v-lalt)
            (release-key lctl)
            tab)
           tab
           (lalt)))

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@partrita
Comment options

Answer selected by partrita
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants