fix shift tab. Closes T358

This commit is contained in:
Boris Faure 2013-09-15 15:30:42 +02:00
parent 97c2275e8c
commit efd096b3bd
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ static const Keyout shift_keyout[] =
KEY("Up", "\033[1;2A"),
KEY("Down", "\033[1;2B"),
KEY("Tab", "\033[Z"),
KEY("ISO_Left_Tab", "\033[Z"),
KEY(NULL, "END")
};