make keyhandler abort key configurable via config.h

This commit is contained in:
NRK
2021-09-24 16:39:50 +06:00
committed by N-R-K
parent 3bec517655
commit 4ec8fd5377
2 changed files with 4 additions and 1 deletions

View File

@ -70,6 +70,9 @@ static const int THUMB_SIZE = 3;
/* Following modifiers (NumLock | CapsLock) will be ignored when processing keybindings */
static const int ignore_mask = Mod2Mask | LockMask;
/* abort the keyhandler */
static const KeySym keyhandler_abort = XK_Escape;
/* keyboard mappings for image and thumbnail mode: */
static const keymap_t keys[] = {
/* modifiers key function argument */