aboutsummaryrefslogtreecommitdiffstats
path: root/src/hci/keymap
Commit message (Expand)AuthorAgeFilesLines
* [console] Include mappings for AltGr-Shift-<key>Michael Brown2022-02-1619-0/+113
* [console] Ensure that US keyboard map appears at start of linker tableMichael Brown2022-02-161-1/+1
* [console] Fix definition of unreachability for remapped keysMichael Brown2022-02-1518-0/+114
* [console] Add Swedish "se" keymapMichael Brown2022-02-151-0/+53
* [console] Remove "az" keymapMichael Brown2022-02-151-40/+0
* [console] Fix unreachable characters in "mt" keymapMichael Brown2022-02-151-1/+0
* [console] Fix unreachable characters in "il" keymapMichael Brown2022-02-151-0/+1
* [console] Treat dead keys as producing their ASCII equivalentsMichael Brown2022-02-1514-5/+41
* [console] Support AltGr to access ASCII characters via remappingMichael Brown2022-02-1530-0/+266
* [console] Allow for named keyboard mappingsMichael Brown2022-02-1530-60/+270
* [console] Handle remapping of scancode 86Michael Brown2022-02-1022-0/+44
* [console] Update genkeymap to work with current databasesMichael Brown2022-02-1022-246/+87
* [console] Add "no_latin1" keymapMichael Brown2012-03-271-0/+34
* [console] Try to avoid problems caused by keycode 86Michael Brown2011-03-1618-7/+14
* [console] Add keymap generatorMichael Brown2011-03-1632-0/+926