diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 1ccf5a4..7f7e74c 100644 --- a/config.def.h +++ b/config.def.h @@ -75,7 +75,7 @@ static const int THUMB_SIZE = 3;  static const int ignore_mask = Mod2Mask | LockMask;  /* abort the keyhandler */ -static const KeySym keyhandler_abort = XK_Escape; +static const KeySym KEYHANDLER_ABORT = XK_Escape;  /* keyboard mappings for image and thumbnail mode: */  static const keymap_t keys[] = {  | 
