summaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-08-24 17:45:19 +0000
committersabetts <sabetts>2001-08-24 17:45:19 +0000
commit87ea5e2a1081de517200e9029842cb6bc0090c47 (patch)
tree70cd465e2b65d79d93c7021eacf1edd5ef73963e /src/conf.h
parent64bf4e18b28591e8b6a6b133b440fa9f28d8e693 (diff)
downloadratpoison-87ea5e2a1081de517200e9029842cb6bc0090c47.zip
added a user abort key
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