aboutsummaryrefslogtreecommitdiff
path: root/src/hci/keymap
AgeCommit message (Expand)AuthorFilesLines
2022-02-16[console] Include mappings for AltGr-Shift-<key>Michael Brown19-0/+113
2022-02-16[console] Ensure that US keyboard map appears at start of linker tableMichael Brown1-1/+1
2022-02-15[console] Fix definition of unreachability for remapped keysMichael Brown18-0/+114
2022-02-15[console] Add Swedish "se" keymapMichael Brown1-0/+53
2022-02-15[console] Remove "az" keymapMichael Brown1-40/+0
2022-02-15[console] Fix unreachable characters in "mt" keymapMichael Brown1-1/+0
2022-02-15[console] Fix unreachable characters in "il" keymapMichael Brown1-0/+1
2022-02-15[console] Treat dead keys as producing their ASCII equivalentsMichael Brown14-5/+41
2022-02-15[console] Support AltGr to access ASCII characters via remappingMichael Brown30-0/+266
2022-02-15[console] Allow for named keyboard mappingsMichael Brown30-60/+270
2022-02-10[console] Handle remapping of scancode 86Michael Brown22-0/+44
2022-02-10[console] Update genkeymap to work with current databasesMichael Brown22-246/+87
2012-03-27[console] Add "no_latin1" keymapMichael Brown1-0/+34
2011-03-16[console] Try to avoid problems caused by keycode 86Michael Brown18-7/+14
2011-03-16[console] Add keymap generatorMichael Brown32-0/+926