aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:23:09 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:23:09 +0100
commit5d331ca804c730065a9e82dd262f634fed5b84fb (patch)
tree4d7dab20a8d6cad74a56c613306ac7161e351634 /config.h
parentUpdate e-mail (diff)
downloadxkbdbind-5d331ca804c730065a9e82dd262f634fed5b84fb.tar.gz
xkbdbind-5d331ca804c730065a9e82dd262f634fed5b84fb.tar.bz2
xkbdbind-5d331ca804c730065a9e82dd262f634fed5b84fb.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 55a3e2f..971ad69 100644
--- a/config.h
+++ b/config.h
@@ -3,10 +3,10 @@
/* Column 1: Key to press (definitions are available in /usr/include/X11/keysymdef.h)
*
- * Column 2: Modifies to combine with the keypress
+ * Column 2: Modifiers to combine with the keypress
* (OR of MOD_SHIFT, MOD_CTRL, MOD_ALT, MOD_HYPER, MOD_SUPER, MOD_ALTGR)
*
- * Column 3: Non-zero if the command shall be spawn repeatedly if the key is held down
+ * Column 3: Non-zero if the command shall be spawned repeatedly if the key is held down
*
* Column 4: The command to spawn. Each argument shall be its own string, there is
* no shell syntax, and all arguments shall be wrapped in a CMD, e.g.