mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 03:08:46 +00:00
Fix C-S-Tab without extended keys, from Aaron Jensen.
This commit is contained in:
parent
77c135349a
commit
f86eba2129
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user