summaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h
index 05727a8..3289d50 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -28,6 +28,10 @@
#define KEY_PREFIX XK_t
#define MODIFIER_PREFIX ControlMask
+/* This is the abort key when typing input. */
+#define INPUT_ABORT_KEY XK_g
+#define INPUT_ABORT_MODIFIER ControlMask
+
/* After hitting the prefix key ratpoison will change the mouse cursor
to a square to indicate that it is waiting for a second
keystroke. If do not wish this functionality, comment out the