summaryrefslogtreecommitdiff
path: root/Base/res/keymaps
AgeCommit message (Collapse)Author
2021-05-01Meta: Remove trailing whitespace from ro.jsonLinus Groh
This fixes the CI linting step.
2021-05-01Keymap: Added Romanian layoutxSlendiX
2021-04-13Keymaps: Add pl keymap (#6282)breakgimme
2021-04-08Keymaps: Add se keymap (#6198)nickalfi
Based on the existing Finnish keymap for special characters and what characters Linux outputs when I press the key, including Numpad.
2021-04-07Keymaps: Add sv-dvorak keymap (#6177)Miika Hämynen
Based on the finnish keymap for special characters and what characters linux outputs when I press the key.
2021-04-05Keymaps: Added fr-ch.json for Swiss-French keyboards (#6065)Dodoross
This new file is inspired by de.json as the two keyboard layouts are very similar.
2021-03-24Keymap: Added de-macintosh.json for German Mac keyboardsnetworkException
Some special characters might not match the exact layout from macOS as this was tested on Linux, but it is close enough to be well usable
2021-03-15Keymap: Added no-latin1.json for Norwegian pc105 keyboards (#5794)Magnus Alvestad
2021-03-08Base: Fix newlines at end of file in some files.Emanuele Torre
2021-03-08Everywhere: Remove unnecessary whitespace at the end of some lines.Emanuele Torre
2021-02-22Base: Add Slovak keymapTheMorc
2021-02-21keymaps: Add dvorak-programmerKevin Kuehler
I left the numpad the same as qwerty because I don't have a keyborad with a numpad and don't know if those keys change or not.
2021-02-02Base: Rename some keymaps to use xx-xx format where appropriateLinus Groh
- en.json -> en-us.json - gb.json -> en-gb.json - ptbr.json -> pt-br.json - ptpt.json -> pt-pt.json
2021-02-01Base: Replace tabs+spaces in keymaps by only spacesBen Wiederhake
2021-02-01Base: Cover entire German keyboardBen Wiederhake
I'm strongly basing this on what I'm used to (xkb-data's "de(basic)"), but without dead keys (since we don't support them).
2021-02-01Base: Replace unnecessary escapes by actual codepointsBen Wiederhake
I used this arcane incantation by @emanuele6: < <(grep -hoP -e '\\u[A-Za-z0-9]{4}' ./*.json) grep -i -ve '\\u001b' \ | sort -u \ | while read -r; do sed -i "s,\\$REPLY,$(eval "echo $'$REPLY'"),g" ./*.json done Plus some manual editing to re-align everything. Thanks! :)
2021-02-01Base: Fix wrong offset for Numpad and later keysBen Wiederhake
This seems to be the last remaining fallout of 8733da652e0baec609d29a3ca8e2ec8b61d08fe6.
2021-01-29Base: Add missing "ß" to DE keymapLinus Groh
2021-01-29Base: Add missing umlauts to DE keymapLinus Groh
2021-01-29Base: Fix missing "£" in GB keymapLinus Groh
Shift+3 is "£", not "#".
2021-01-29Base: Reformat some keymapsLinus Groh
This is in line with all the other ones, and makes finding the same keys in each map array a little easier.
2021-01-06Keymaps: Created a new keymap for Italian keyboards.Davide Carella
It now supports curly braces thanks to the new Shift+AltGr map.
2020-10-02 Keymaps: Add Colemak keymap (#3658)utku
Leave CapsLock as is, as the Colemak Windows driver also does (Colemak originally maps CapsLock as Backspace).
2020-09-14Base: Move be.json to the correct subfolderTibor Nagy
2020-08-06Base: Update Hungarian keymap with accented characters and more symbolsTibor Nagy
Also fixing a bug where the numpad keys were accidentally shifted by one position in the JSON array.
2020-08-06Keymaps: Add European Portuguese keymapEdgar Araújo
2020-07-26Userland: Add Spanish keymapEstanislao Pérez Nartallo
2020-07-25Base: Complete the french keymap and fix the numeric keypadBenoît Lormeau
Accentuated letters and other characters from the Unicode Block "Latin-1 Supplement" were added; they weren't supported in the past. Regarding the numpad: there was a `"", ` too much in the keymap, which was shifting the keys when pressed (e.g. I would get a '9' instead of a '+')
2020-07-14Base: Add missing single quotes to en.json keymapthankyouverycool
This replaces the double quote in map and alt_map with the correct single quote character.
2020-06-20Base: Fix slovenian keymapLepkoQQ
2020-06-18Base: Add slovenian keymapLepkoQQ
2020-06-16Base: Typo correction in trq.jsonHüseyin ASLITÜRK
2020-06-13Base: Add numpad keys to keymap filesHüseyin ASLITÜRK
2020-06-03Base: Fix incorrect json value for escape characterHüseyin ASLITÜRK
2020-05-24Keymap: Added keymap file for Japanese keyboard, without IMEMagentah
configuration keys.
2020-05-07Base: Add "`" to GB keymapLinus Groh
2020-04-04Base: Add la-latin1 keyboard layout (#1597)M
2020-03-25Keymap: Add FR keymap layoutredoste
This adds the standard French "AZERTY" keyboard layout. Some keys are unmapped because some characters are not supported : ²éèçà°€¨£¤ùµ§
2020-03-16Keymap: Add a US Dvorak keyboard layoutPřemysl Janouch
It is yet undecided how to name regional variants.
2020-03-15Keymap: Add DE keymap layoutmyphs
This makes it easier to work with the german keyboard layout. Some keys are left unset because their corresponding letters aren't supported yet.
2020-03-05Keymap: Add ABNT2 keymap (#1347)Andreas Kling
2020-03-05Keymap: Add GB keymap layoutBenJilks
Replaced GBP with a hash symbol, as unicode is not supported
2020-03-01Keymaps: Added keymap for norwegian keyboardsMathias Danielsen
2020-01-03Keymap+Base: Keycode fixes, remove workaroundTibor Nagy
Add missing keymap entries for the dollar sign and escape key and reformat the Hungarian keymap. Remove the workaround for "0x08", replace it with '\b'. Fix the octal/hex mixup in the value of escape key. (033 != 0x33, 033 == 0x1B)
2019-12-31Base: Update Finnish keymap with proper AltGr supportJami Kettunen
2019-12-31Base: Add Hungarian keymapTibor Nagy
2019-12-30Base: Add ASCII-friendly fi.jsonJami Kettunen
2019-11-25Base: Add trq.json and en.jsonHüseyin ASLITÜRK