cajhin / capsicain

Powerful low-level keyboard remapping tool for Windows
334 stars 18 forks source link

If I map alt to mod12, how do I implement the alt-tab function? #81

Closed doit132 closed 9 months ago

cajhin commented 1 year ago

The Alt-Tab combo is different and difficult, because you cannot send a single combo. You have to keep pressing Alt, and there is no ini rule that deals with that. My own config uses the Alt keys for special characters, and "tap+hold Alt" to restore the alt key. REWIRE LALT MOD12 // LALT

With this, I can press, release, press LALT, then press tab as often as I want, then release LALT

It's not perfect, but that way I don't have to hardcode a messy Alt+Tab behavior.