mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
PL keyboard layout: move "ó" and "Ó" to east on keypopup (#13347)
... in order to keep it consistent with other Polish characters.
This commit is contained in:
@@ -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 = 'â'
|
||||
|
||||
Reference in New Issue
Block a user