[TSCLIENT] Fix code F12 array index (#4006)

This commit is contained in:
Rafał Mikrut 2021-10-07 20:12:53 +02:00 committed by Stanislav Motylkov
parent 54d5ad7533
commit 782bf0e3dc
No known key found for this signature in database
GPG key ID: AFE513258CBA9E92

View file

@ -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 */
}
/*****************************************************************************/