tweak iso layout backslash and section keys

This commit is contained in:
Teatov 2025-07-31 07:00:22 +10:00
parent 95551aff5c
commit 290d5b4adf

View File

@ -26,7 +26,7 @@ func rows() -> Array[Array]:
( (
[{KeyProps.KEY: KEY_CAPSLOCK, KeyProps.W: 1.75}] [{KeyProps.KEY: KEY_CAPSLOCK, KeyProps.W: 1.75}]
+ CommonLayout.letters_row_2() + CommonLayout.letters_row_2()
+ [{KeyProps.KEY: KEY_NUMBERSIGN}] + [{KeyProps.KEY: KEY_BACKSLASH}]
), ),
( (
[ [
@ -35,7 +35,7 @@ func rows() -> Array[Array]:
KeyProps.W: 1.25, KeyProps.W: 1.25,
KeyProps.LOC: KEY_LOCATION_LEFT KeyProps.LOC: KEY_LOCATION_LEFT
}, },
{KeyProps.KEY: KEY_BACKSLASH}, {KeyProps.KEY: KEY_SECTION},
] ]
+ CommonLayout.letters_row_3() + CommonLayout.letters_row_3()
+ [ + [