git-svn-id: svn://db.shs.com.ru/pip@174 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2016-01-28 10:39:09 +00:00
parent 2ca12f0666
commit d044b90120

View File

@@ -108,13 +108,13 @@ const EscSeq esc_seq[] = {
{"OX", PIKbdListener::F9, 0},
{"[20~", PIKbdListener::F9, 0},
{"[33~", PIKbdListener::F9, 1},
{"OY", PIKbdListener::F10 0},
{"[21~", PIKbdListener::F10 0},
{"[34~", PIKbdListener::F10 1},
{"OZ", PIKbdListener::F11 0},
{"[23~", PIKbdListener::F11 0},
{"O[", PIKbdListener::F12 0},
{"[24~", PIKbdListener::F12 0},
{"OY", PIKbdListener::F10, 0},
{"[21~", PIKbdListener::F10, 0},
{"[34~", PIKbdListener::F10, 1},
{"OZ", PIKbdListener::F11, 0},
{"[23~", PIKbdListener::F11, 0},
{"O[", PIKbdListener::F12, 0},
{"[24~", PIKbdListener::F12, 0},
// End
{0, 0, 0},
};