aboutsummaryrefslogtreecommitdiff
path: root/src/util/genkeymap.py
AgeCommit message (Expand)AuthorFilesLines
2022-02-16[console] Include mappings for AltGr-Shift-<key>Michael Brown1-3/+5
2022-02-16[console] Ensure that US keyboard map appears at start of linker tableMichael Brown1-1/+2
2022-02-15[console] Fix definition of unreachability for remapped keysMichael Brown1-23/+23
2022-02-15[console] Ensure that all ASCII characters are reachable in all keymapsMichael Brown1-0/+6
2022-02-15[console] Fix unreachable characters in "mt" keymapMichael Brown1-0/+5
2022-02-15[console] Fix unreachable characters in "il" keymapMichael Brown1-0/+6
2022-02-15[console] Treat dead keys as producing their ASCII equivalentsMichael Brown1-2/+20
2022-02-15[console] Support AltGr to access ASCII characters via remappingMichael Brown1-4/+36
2022-02-15[console] Allow for named keyboard mappingsMichael Brown1-63/+77
2022-02-10[console] Handle remapping of scancode 86Michael Brown1-5/+26
2022-02-10[console] Update genkeymap to work with current databasesMichael Brown1-0/+346