]> Git Repo - qemu.git/commitdiff
input: add missing JIS keys to virtio input
authorMiika S <[email protected]>
Tue, 16 Jan 2018 13:42:14 +0000 (13:42 +0000)
committerEduardo Habkost <[email protected]>
Mon, 5 Feb 2018 21:53:55 +0000 (19:53 -0200)
keycodemapdb updated to add the QKeyCodes muhenkan and katakanahiragana

Signed-off-by: Miika S <[email protected]>
Message-Id: <20180116134217[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
qapi/ui.json
ui/keycodemapdb

index 07b468f6250217a1c10656ac85837806b16c687a..d6679aa8f511ecf6d6c16e49fe205ba129cc4d3d 100644 (file)
 # @ac_bookmarks: since 2.10
 # altgr, altgr_r: dropped in 2.10
 #
+# @muhenkan: since 2.12
+# @katakanahiragana: since 2.12
+#
 # '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
             'left', 'up', 'down', 'right', 'insert', 'delete', 'stop', 'again',
             'props', 'undo', 'front', 'copy', 'open', 'paste', 'find', 'cut',
             'lf', 'help', 'meta_l', 'meta_r', 'compose', 'pause',
-            'ro', 'hiragana', 'henkan', 'yen',
+            'ro', 'hiragana', 'henkan', 'yen', 'muhenkan', 'katakanahiragana',
             'kp_comma', 'kp_equals', 'power', 'sleep', 'wake',
             'audionext', 'audioprev', 'audiostop', 'audioplay', 'audiomute',
             'volumeup', 'volumedown', 'mediaselect',
index 10739aa26051a5d49d88132604539d3ed085e72e..05dad417e9d0b37ee1fba33056d91a6b734b3357 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 10739aa26051a5d49d88132604539d3ed085e72e
+Subproject commit 05dad417e9d0b37ee1fba33056d91a6b734b3357
This page took 0.028344 seconds and 4 git commands to generate.