Fix C-S-Tab without extended keys, from Aaron Jensen.

pull/3380/head
nicm 2022-11-08 10:04:31 +00:00
parent 77c135349a
commit f86eba2129
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ static struct input_key_entry input_key_defaults[] = {
.data = "\033[9;5u"
},
{ .key = '\011'|KEYC_CTRL|KEYC_SHIFT,
.data = "\011"
.data = "\033[Z"
},
{ .key = '\011'|KEYC_CTRL|KEYC_SHIFT|KEYC_EXTENDED,
.data = "\033[1;5Z"