--- config.def.h | 8 ++++---- tabbed.1 | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config.def.h b/config.def.h index 2d23049..b40a94c 100644 --- a/config.def.h +++ b/config.def.h _AT_@ -39,10 +39,10 @@ static Key keys[] = { { MODKEY|ShiftMask, XK_Return, focusonce, { 0 } }, { MODKEY|ShiftMask, XK_Return, spawn, { 0 } }, - { MODKEY|ShiftMask, XK_l, rotate, { .i = +1 } }, - { MODKEY|ShiftMask, XK_h, rotate, { .i = -1 } }, - { MODKEY|ShiftMask, XK_j, movetab, { .i = -1 } }, - { MODKEY|ShiftMask, XK_k, movetab, { .i = +1 } }, + { MODKEY|ShiftMask, XK_j, rotate, { .i = +1 } }, + { MODKEY|ShiftMask, XK_k, rotate, { .i = -1 } }, + { MODKEY|ShiftMask, XK_h, movetab, { .i = -1 } }, + { MODKEY|ShiftMask, XK_l, movetab, { .i = +1 } }, { MODKEY, XK_Tab, rotate, { .i = 0 } }, { MODKEY, XK_grave, spawn, SETPROP("_TABBED_SELECT_TAB") }, diff --git a/tabbed.1 b/tabbed.1 index f8d08cb..ac21fc7 100644 --- a/tabbed.1 +++ b/tabbed.1 _AT_@ -113,16 +113,16 @@ prints version information to stderr, then exits. .B Ctrl\-Shift\-Return open new tab .TP -.B Ctrl\-Shift\-h +.B Ctrl\-Shift\-k previous tab .TP -.B Ctrl\-Shift\-l +.B Ctrl\-Shift\-j next tab .TP -.B Ctrl\-Shift\-j +.B Ctrl\-Shift\-h move selected tab one to the left .TP -.B Ctrl\-Shift\-k +.B Ctrl\-Shift\-l move selected tab one to the right .TP .B Ctrl\-Shift\-u -- 2.12.2Received on Mon Sep 17 2001 - 00:00:00 CEST
This archive was generated by hypermail 2.3.0 : Thu May 11 2017 - 01:00:19 CEST