OSDN Git Service

[Qt][FM-7][Windows] Fix not effect keyin with "\_" for *native* Windows.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Fri, 22 Dec 2017 05:12:44 +0000 (14:12 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Fri, 22 Dec 2017 05:12:44 +0000 (14:12 +0900)
source/src/qt/gui/dropdown_keytables.h

index ba7bb0c..477e43e 100644 (file)
@@ -96,7 +96,8 @@ static const keydef_table_t default_key_table_106_QtScan[] = {
        {VK_OEM_COMMA, 51, "Comma(Full Key)"}, // ,
        {VK_OEM_PERIOD, 52, "Period"}, // .
        {VK_OEM_2, 53, "/(Full Key)"}, // /(Slash)
-       {VK_OEM_102, 86, "\\_"}, //\_
+       {VK_OEM_102, 86, "\\_(Linux/Wine)"}, //\_
+       {VK_OEM_102, 115,"\\_(Windows)"}, //\_ (Windows)
        {VK_RSHIFT, 54, "Right Shift"},
        // Line 4
        {VK_LCONTROL, 29, "Left Control"},