fix shift-F1..4. Closes T1564.

This commit is contained in:
Boris Faure 2014-08-22 22:19:44 +02:00
parent 1ef2fbb8a3
commit bcd3699a9d
1 changed files with 4 additions and 4 deletions

View File

@ -173,10 +173,10 @@ static const Keyout shift_keyout[] =
KEY("Tab", "\033[Z"),
KEY("ISO_Left_Tab", "\033[Z"),
KEY("F1", "\033[O2P"),
KEY("F2", "\033[O2Q"),
KEY("F3", "\033[O2R"),
KEY("F4", "\033[O2S"),
KEY("F1", "\033[1;2P"),
KEY("F2", "\033[1;2Q"),
KEY("F3", "\033[1;2R"),
KEY("F4", "\033[1;2S"),
KEY("F5", "\033[15;2~"),
KEY("F6", "\033[17;2~"),
KEY("F7", "\033[18;2~"),