mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[TSCLIENT] Fix code F12 array index (#4006)
This commit is contained in:
@@ -1243,7 +1243,7 @@ static void init_keys(void)
|
||||
g_keys[0x53].ch1 = 63508; /* delete */
|
||||
g_keys[0x53].ch2 = 63493; /* delete */
|
||||
g_keys[0x54].ch1 = 63525; /* f11 */
|
||||
g_keys[0x54].ch1 = 63527; /* f12 */
|
||||
g_keys[0x55].ch1 = 63527; /* f12 */
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user