Introduction
Introduction Statistics Contact Development Disclaimer Help
tconfig.h: add binding to toggle screenkey - dwm - [fork] customized build of d…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 8fd32a4dfe7929f68dfd4bb3c37d73053b2daf90
parent f8d24c9d1731bdc18d1ac2e00876851677e37a63
Author: Anders Damsgaard <[email protected]>
Date: Wed, 4 Nov 2020 11:08:06 +0100
config.h: add binding to toggle screenkey
Diffstat:
M config.h | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/config.h b/config.h
t@@ -158,6 +158,8 @@ static const char *mousefinedowncmd[] = {"xdotool", "mous…
static const char *mouseleftclickcmd[] = {"xdotool", "click", "1", NULL};
static const char *mouserightclickcmd[]= {"xdotool", "click", "3", NULL};
+static const char *showkeyscmd[] = {"screenkey-toggle", NULL};
+
/* see key names in /usr/include/X11/keysymdef.h */
static Key keys[] = {
/* modifier key function argument */
t@@ -197,6 +199,7 @@ static Key keys[] = {
{ MODKEY, XK_F1, spawn, {.v = mancm…
{ MODKEY, XK_F7, spawn, {.v = displ…
{ MODKEY|ShiftMask, XK_F7, spawn, {.v = displ…
+ { MODKEY, XK_F9, spawn, {.v = showk…
{ MODKEY, XK_a, spawn, {.v = artic…
{ MODKEY|ShiftMask, XK_a, spawn, {.v = jabbr…
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.