Use Ctrl+t instead of Ctrl+` for SETPROP("_TABBED_SELECT_TAB") - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
(HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) changeset 365260758a673458fec948b19a1245f66be5dffe
(DIR) parent d6d2eb23be9f154c1d96a9db8d67dce58cb4bbd8
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Sat, 13 Oct 2018 20:56:07
Use Ctrl+t instead of Ctrl+` for SETPROP("_TABBED_SELECT_TAB")
(The latter seems to not work with a deadkey "`" and using Ctrl+t is
easier.)
Diffstat:
wip/tabbed-git/patch-config.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff -r d6d2eb23be9f -r 365260758a67 wip/tabbed-git/patch-config.h
--- a/wip/tabbed-git/patch-config.h Sat Oct 13 20:28:24 2018 +0200
+++ b/wip/tabbed-git/patch-config.h Sat Oct 13 20:56:07 2018 +0200
@@ -52,7 +52,7 @@
+ { MODKEY|ShiftMask, XK_k, movetab, { .i = +1 } },
+ { MODKEY, XK_Tab, rotate, { .i = 0 } },
+
-+ { MODKEY, XK_grave, spawn, SETPROP("_TABBED_SELECT_TAB") },
++ { MODKEY, XK_t, spawn, SETPROP("_TABBED_SELECT_TAB") },
+ { MODKEY, XK_1, move, { .i = 0 } },
+ { MODKEY, XK_2, move, { .i = 1 } },
+ { MODKEY, XK_3, move, { .i = 2 } },