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

View File

@ -13,8 +13,8 @@
Key(D), Key(D),
ModTap(H, RCtrl), ModTap(H, RCtrl),
ModTap(T, RShift), ModTap(T, RShift),
ModTap(N, RAlt), ModTap(N, RMod),
ModTap(S, RMod), ModTap(S, RAlt),
// Row 3 // Row 3
Key(B), Key(B),
@ -42,9 +42,9 @@
Compose2(Lower, Apostrophe, Variable, A), // ä Compose2(Lower, Apostrophe, Variable, A), // ä
ModTap(D4, RCtrl), ModTap(D4, RCtrl),
ModTap(D5, RShift), ModTap(D5, RShift),
ModTap(D6, RAlt), ModTap(D6, RMod),
//ModTap(, RMod), //ModTap(, RAlt),
Mod(RMod), Mod(RAlt),
// Row 3 // Row 3
Compose2(Lower, Apostrophe, Variable, O), // ö Compose2(Lower, Apostrophe, Variable, O), // ö
@ -72,8 +72,8 @@
Key(F2), Key(F2),
ModTap(F5, RCtrl), ModTap(F5, RCtrl),
ModTap(F8, RShift), ModTap(F8, RShift),
ModTap(F11, RAlt), ModTap(F11, RMod),
Mod(RMod), Mod(RAlt),
// Row 3 // Row 3
Key(F3), Key(F3),

View File

@ -1,4 +1,4 @@
[toolchain] [toolchain]
channel = "nightly" channel = "nightly-2024-02-01"
components = ["rust-std", "rust-src", "rustfmt", "cargo", "clippy"] components = ["rust-std", "rust-src", "rustfmt", "cargo", "clippy"]
targets = ["thumbv6m-none-eabi"] targets = ["thumbv6m-none-eabi"]