From 4ec8fd5377bb05ef5646ab461e3957e201c1b9fb Mon Sep 17 00:00:00 2001 From: NRK Date: Fri, 24 Sep 2021 16:39:50 +0600 Subject: make keyhandler abort key configurable via config.h --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 0c09c4d..0645b2b 100644 --- a/config.def.h +++ b/config.def.h @@ -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 */ -- cgit v1.2.3-70-g09d2