mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +00:00
Keymaps: Add pl keymap (#6282)
This commit is contained in:
parent
42e63d0a94
commit
42abda2a19
Notes:
sideshowbarker
2024-07-18 20:26:35 +09:00
Author: https://github.com/breakgimme Commit: https://github.com/SerenityOS/serenity/commit/42abda2a192 Pull-request: https://github.com/SerenityOS/serenity/pull/6282
1 changed files with 6 additions and 0 deletions
6
Base/res/keymaps/pl.json
Normal file
6
Base/res/keymaps/pl.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"map": [ "", "\u001B", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "-", "=", "\b", "\t", "q", "w", "e", "r", "t", "y", "u", "i", "o", "p", "[", "]", "\n", "", "a", "s", "d", "f", "g", "h", "j", "k", "l", ";", "'", "`", "", "\\", "z", "x", "c", "v", "b", "n", "m", ",", ".", "/", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ".", "", "", "\\", "", "", ""],
|
||||
"shift_map": [ "", "\u001B", "!", "@", "#", "$", "%", "^", "&", "*", "(", ")", "_", "+", "\b", "\t", "Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P", "{", "}", "\n", "", "A", "S", "D", "F", "G", "H", "J", "K", "L", ":", "\"", "~", "", "|", "Z", "X", "C", "V", "B", "N", "M", "<", ">", "?", "", "*", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "7", "8", "9", "-", "4", "5", "6", "+", "1", "2", "3", "0", ".", "", "", "|", "", "", ""],
|
||||
"alt_map": [ "", "\u001B", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "ę", "", "", "", "€", "", "ó", "", "[", "]", "\n", "", "ą", "ś", "", "", "", "", "", "", "ł", "", "", "", "", "", "ż", "ź", "", "", "", "ń", "", "", "", "", "", "", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""],
|
||||
"shift_altgr_map": [ "", "\u001B", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "Ę", "", "", "", "", "", "Ó", "", "[", "]", "\n", "", "Ą", "Ś", "", "", "", "", "", "", "Ł", "", "", "", "", "", "Ż", "Ź", "", "", "", "Ń", "", "", "", "", "", "", "", " ", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""]
|
||||
}
|
Loading…
Reference in a new issue