From: K.Ohta Date: Fri, 22 Dec 2017 05:12:44 +0000 (+0900) Subject: [Qt][FM-7][Windows] Fix not effect keyin with "\_" for *native* Windows. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;ds=sidebyside;h=1431ddbebecba864d3a70676a72f7b8a23d76354;p=csp-qt%2Fcommon_source_project-fm7.git [Qt][FM-7][Windows] Fix not effect keyin with "\_" for *native* Windows. --- diff --git a/source/src/qt/gui/dropdown_keytables.h b/source/src/qt/gui/dropdown_keytables.h index ba7bb0c87..477e43ed8 100644 --- a/source/src/qt/gui/dropdown_keytables.h +++ b/source/src/qt/gui/dropdown_keytables.h @@ -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"},