[PATCH 2/3] Move urgent keybindings from u to /

From: Quentin Rameau <quinq_AT_fifth.space>
Date: Thu, 11 May 2017 00:22:23 +0200

---
 config.def.h | 4 ++--
 tabbed.1     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/config.def.h b/config.def.h
index b40a94c..4b9d177 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -59,8 +59,8 @@ static Key keys[] = {
 
 	{ MODKEY,               XK_q,      killclient,  { 0 } },
 
-	{ MODKEY,               XK_u,      focusurgent, { 0 } },
-	{ MODKEY|ShiftMask,     XK_u,      toggle,      { .v = (void*) &urgentswitch } },
+	{ MODKEY,               XK_slash,  focusurgent, { 0 } },
+	{ MODKEY|ShiftMask,     XK_slash,  toggle,      { .v = (void*) &urgentswitch } },
 
 	{ 0,                    XK_F11,    fullscreen,  { 0 } },
 };
diff --git a/tabbed.1 b/tabbed.1
index ac21fc7..8267f67 100644
--- a/tabbed.1
+++ b/tabbed.1
_AT_@ -125,7 +125,7 @@ move selected tab one to the left
 .B Ctrl\-Shift\-l
 move selected tab one to the right
 .TP
-.B Ctrl\-Shift\-u
+.B Ctrl\-Shift\-/
 toggle autofocus of urgent tabs
 .TP
 .B Ctrl\-Tab
_AT_@ -134,7 +134,7 @@ toggle between the selected and last selected tab
 .B Ctrl\-q
 close tab
 .TP
-.B Ctrl\-u
+.B Ctrl\-/
 focus next urgent tab
 .TP
 .B Ctrl\-[0..9]
-- 
2.12.2
Received 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