PL keyboard layout: move "ó" and "Ó" to east on keypopup (#13347)
Some checks are pending
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Waiting to run
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Waiting to run

... in order to keep it consistent with other Polish characters.
This commit is contained in:
Karol Bieńkowski
2025-03-01 21:47:06 +01:00
committed by GitHub
parent 42fd1e86bf
commit a8c1c8fefd

View File

@@ -11,8 +11,8 @@ keys[2][3][2].east, keys[2][3][2].south = keys[2][3][2].south, keys[2][3][2].eas
-- keys[2][9][1].east = 'Ó'; keys[1][9][1].northeast = 'Ô'
-- keys[2][9][2].east = 'ó'; keys[1][9][2].northeast = 'ô'
keys[2][9][1].east, keys[2][9][1].south = keys[2][9][1].south, keys[2][9][1].east
keys[2][9][2].east, keys[2][9][2].south = keys[2][9][2].south, keys[2][9][2].east
keys[2][9][1].east, keys[2][9][1].northeast = keys[2][9][1].northeast, keys[2][9][1].east
keys[2][9][2].east, keys[2][9][2].northeast = keys[2][9][2].northeast, keys[2][9][2].east
-- keys[3][1][1].east = 'Ą'; keys[2][1][1].south = 'Â'
-- keys[3][1][2].east = 'ą'; keys[2][1][2].south = 'â'