]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[console] Support changing keyboard map at runtime
authorMichael Brown <mcb30@ipxe.org>
Wed, 16 Feb 2022 00:14:38 +0000 (00:14 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 16 Feb 2022 14:06:33 +0000 (14:06 +0000)
commit304333dace992ea4b876a074c42bb7fd752137ca
tree021f862d948ef4a6d567fafcd9c841795bf6a5b1
parent674963e2a63c2b16b60db815b6017b1c3f3e86c2
[console] Support changing keyboard map at runtime

Provide the special keyboard map named "dynamic" which allows the
active keyboard map to be selected at runtime via the ${keymap}
setting, e.g.:

  #define KEYBOARD_MAP dynamic

  iPXE> set keymap uk

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/dynkeymap.c [new file with mode: 0644]
src/core/keymap.c
src/include/ipxe/errfile.h
src/include/ipxe/keymap.h