tweak iso layout backslash and section keys
This commit is contained in:
parent
95551aff5c
commit
290d5b4adf
@ -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()
|
||||||
+ [
|
+ [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user