diff options
author | sabetts <sabetts> | 2001-08-24 17:45:19 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-08-24 17:45:19 +0000 |
commit | 87ea5e2a1081de517200e9029842cb6bc0090c47 (patch) | |
tree | 70cd465e2b65d79d93c7021eacf1edd5ef73963e /src/conf.h | |
parent | 64bf4e18b28591e8b6a6b133b440fa9f28d8e693 (diff) | |
download | ratpoison-87ea5e2a1081de517200e9029842cb6bc0090c47.zip |
added a user abort key
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |