mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[TSCLIENT] Fix code F12 array index (#4006)
This commit is contained in:
parent
54d5ad7533
commit
782bf0e3dc
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
Loading…
Reference in a new issue