Skip to content

Commit ac19b51

Browse files
cobradevilberrange
authored andcommitted
Add qemu qcode support for keys F13 to F24
To be able to use the function keys F13 to F24 these should be defined in de keycodemapdb and added to the qapi. The keycodemapdb is updated in its own repository, this patch enables the use of those keys within qemu. Signed-off-by: Willem van de Velde <[email protected]> Signed-off-by: Daniel P. Berrangé <[email protected]>
1 parent 5cfda4c commit ac19b51

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

qapi/ui.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,6 +886,19 @@
886886
# @lang1: since 6.1
887887
# @lang2: since 6.1
888888
#
889+
# @f13: since 8.0
890+
# @f14: since 8.0
891+
# @f15: since 8.0
892+
# @f16: since 8.0
893+
# @f17: since 8.0
894+
# @f18: since 8.0
895+
# @f19: since 8.0
896+
# @f20: since 8.0
897+
# @f21: since 8.0
898+
# @f22: since 8.0
899+
# @f23: since 8.0
900+
# @f24: since 8.0
901+
#
889902
# 'sysrq' was mistakenly added to hack around the fact that
890903
# the ps2 driver was not generating correct scancodes sequences
891904
# when 'alt+print' was pressed. This flaw is now fixed and the
@@ -918,7 +931,7 @@
918931
'volumeup', 'volumedown', 'mediaselect',
919932
'mail', 'calculator', 'computer',
920933
'ac_home', 'ac_back', 'ac_forward', 'ac_refresh', 'ac_bookmarks',
921-
'lang1', 'lang2' ] }
934+
'lang1', 'lang2','f13','f14','f15','f16','f17','f18','f19','f20','f21','f22','f23','f24' ] }
922935

923936
##
924937
# @KeyValueKind:

ui/keycodemapdb

Submodule keycodemapdb updated from d21009b to f5772a6

0 commit comments

Comments
 (0)