Home
last modified time | relevance | path

Searched refs:CONFIG_QUICKCLOSE_KEY (Results 1 – 2 of 2) sorted by relevance

/dports/x11-wm/wmx/wmx-8/
H A DConfig.h249 #define CONFIG_QUICKCLOSE_KEY XK_F11 macro
H A DButtons.C239 #ifdef CONFIG_QUICKCLOSE_KEY in eventKeyPress()
240 if (key == CONFIG_QUICKCLOSE_KEY && c) { in eventKeyPress()