mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-05 02:32:31 +01:00
fkeys: fix ctrl+w binding
This commit is contained in:
parent
42cff88bf7
commit
631e8286ae
@ -209,7 +209,7 @@ static const struct key_action key_actions[KEY_MAX_ACTIONS + 1] = {
|
||||
"ACCEL=<Primary><Shift>Page_Up\nMove tab family left\nD1!\nD2!\n\n"\
|
||||
"ACCEL=<Primary><Shift>Page_Down\nMove tab family right\nD1!\nD2!\n\n"\
|
||||
"ACCEL=F9\nRun Command\nD1:/GUI MENU TOGGLE\nD2!\n\n"\
|
||||
"ACCEL=Ctrl+W\nClose current tab\nD1:/CLOSE\nD2!\n\n"
|
||||
"ACCEL=Ctrl+W\nRun Command\nD1:/CLOSE\nD2!\n\n"
|
||||
|
||||
void
|
||||
key_init ()
|
||||
|
Loading…
Reference in New Issue
Block a user