fkeys: fix ctrl+w binding

This commit is contained in:
Ben Mintz 2018-06-13 01:04:48 -05:00 committed by GitHub
parent 42cff88bf7
commit 631e8286ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 ()