]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[console] Treat dead keys as producing their ASCII equivalents
authorMichael Brown <mcb30@ipxe.org>
Tue, 15 Feb 2022 11:28:57 +0000 (11:28 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 15 Feb 2022 13:37:41 +0000 (13:37 +0000)
commitc7d78192919bfa62fde33650e1506e902816eec3
tree15718c529fa1643c325bee89d62c1b021cc67f36
parente1cedbc0d4fdb0e16818f6b722f4873a50780761
[console] Treat dead keys as producing their ASCII equivalents

Treat dead keys in target keymaps as producing the closest equivalent
ASCII character, since many of these characters are otherwise
unrepresented on the keyboard.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
15 files changed:
src/hci/keymap/keymap_al.c
src/hci/keymap/keymap_cf.c
src/hci/keymap/keymap_cz.c
src/hci/keymap/keymap_de.c
src/hci/keymap/keymap_dk.c
src/hci/keymap/keymap_es.c
src/hci/keymap/keymap_et.c
src/hci/keymap/keymap_fi.c
src/hci/keymap/keymap_fr.c
src/hci/keymap/keymap_hu.c
src/hci/keymap/keymap_it.c
src/hci/keymap/keymap_nl.c
src/hci/keymap/keymap_no.c
src/hci/keymap/keymap_pt.c
src/util/genkeymap.py