]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Add qemu qcode support for keys F13 to F24
authorWillem van de Velde <williamvdvelde@gmail.com>
Wed, 1 Mar 2023 12:52:11 +0000 (13:52 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 14 Mar 2023 13:41:21 +0000 (13:41 +0000)
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 <williamvdvelde@gmail.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
qapi/ui.json
ui/keycodemapdb

index 0abba3e930a42a599cfc67ec2f2ba71f5648609a..98322342f71fd48b6bd1206a5e1f17bd93987722 100644 (file)
 # @lang1: since 6.1
 # @lang2: since 6.1
 #
+# @f13: since 8.0
+# @f14: since 8.0
+# @f15: since 8.0
+# @f16: since 8.0
+# @f17: since 8.0
+# @f18: since 8.0
+# @f19: since 8.0
+# @f20: since 8.0
+# @f21: since 8.0
+# @f22: since 8.0
+# @f23: since 8.0
+# @f24: since 8.0
+#
 # 'sysrq' was mistakenly added to hack around the fact that
 # the ps2 driver was not generating correct scancodes sequences
 # when 'alt+print' was pressed. This flaw is now fixed and the
             'volumeup', 'volumedown', 'mediaselect',
             'mail', 'calculator', 'computer',
             'ac_home', 'ac_back', 'ac_forward', 'ac_refresh', 'ac_bookmarks',
-            'lang1', 'lang2' ] }
+            'lang1', 'lang2','f13','f14','f15','f16','f17','f18','f19','f20','f21','f22','f23','f24' ] }
 
 ##
 # @KeyValueKind:
index d21009b1c9f94b740ea66be8e48a1d8ad8124023..f5772a62ec52591ff6870b7e8ef32482371f22c6 160000 (submodule)
@@ -1 +1 @@
-Subproject commit d21009b1c9f94b740ea66be8e48a1d8ad8124023
+Subproject commit f5772a62ec52591ff6870b7e8ef32482371f22c6