Swap super and alt keys

This commit is contained in:
2024-05-29 23:08:29 +02:00
parent 4a528eb4b7
commit 58b4bc4004
3 changed files with 13 additions and 13 deletions

View File

@ -10,8 +10,8 @@
Key(Y),
// Row 2
ModTap(A, LMod),
ModTap(O, LAlt),
ModTap(A, LAlt),
ModTap(O, LMod),
ModTap(E, LShift),
ModTap(U, LCtrl),
Key(I),
@ -39,8 +39,8 @@
Key(Period),
// Row 2
ModTap(BackslashPipe, LMod),
ModTap(Dash, LAlt),
ModTap(BackslashPipe, LAlt),
ModTap(Dash, LMod),
ModTap(LBracket, LShift),
ModTap(RBracket, LCtrl),
Key(Tab),
@ -68,8 +68,8 @@
None,
// Row 2
Mod(LMod),
Mod(LAlt),
Mod(LMod),
Mod(LShift),
Mod(LCtrl),
None,