summaryrefslogtreecommitdiff
path: root/Base/res/keymaps
AgeCommit message (Collapse)Author
2022-03-27Base: Add Multilingual layout to ColemakKarol Kosek
This commit will add additional key combinations from the Colemak Multilingual page, except of the dead keys. https://colemak.com/Multilingual
2022-03-06Keymaps: Add Hebrew keymapIdan Horowitz
2022-03-01Keymaps: Add µ key to Danish keymapReimarPB
2022-03-01Keymaps: Add keys to alt map on Danish layoutReimarPB
2022-01-23Keymaps: Add Greek keymapΣτέφανος
2022-01-22Keymaps: Add Thai keymapThitat Auareesuksakul
2022-01-21keymaps: Fix keymap for Russian ЙЦУКЕН keyboardTimur Sultanov
- Swap captial "Ё" and lowercase "ё" - Replace "|" with "/" to match the standard ЙЦУКЕН keyboard
2022-01-13Base: Fix wrong keys in pt-br keymapDaftMouse
This puts ]} and \| on the right keys and adds ' "
2022-01-04Base: Add keymap for Norwegian Macintosh keyboardsJean-Paul Balabanian
There is a significant difference between the PC keyboard mapping and the Macintosh mapping in Norwegian.
2022-01-03Keymaps: Add colemak-caps-backspace mappingCorey Williamson
This patch adds the colemak keymap with caps lock remapped to backspace (as is the default for colemak)
2022-01-01Base: Add Russian keymapBrandon
Add a Russian keymap file
2021-12-20Base: Add Danish keymapRasmusNylander
Based on what characters Windows 10 wrote when a key was pressed. This makes it a lot nicer to use a Danish keyboard :^)
2021-11-30Keymaps: Add Workman keymapBeyley Thomas
2021-11-28Keymaps: Add Turkish-F KeymapEmir Sarı
2021-11-24Keymaps: Add bépo keymapsSamuel El-Borai
2021-10-26Base: Map numpad '.' key to '.' instead of ',' in en-GB keymapSam Atkins
2021-10-13Base: Fix the Finnish keymapValtteri Koskivuori
Make the Ö, Ä and Å keys actually type what they should type.
2021-05-27Keymaps: Fix for missing mapping for the polish ć,Ć characterPaweł Łukasik
2021-05-27Keymaps: Add German (Switzerland) keymap layoutMax Wipfli
This adds a `de-ch` keyboard layout.
2021-05-22Base: Fix numeric keypad in slovenian keymapNonStandardModel
Numeric keypad map was off-by-one.
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