sxhkd-rc

[fork] simple X hotkey daemon (but for the rc shell)
Log | Files | Refs | README | LICENSE

commit 701d87027fc7571d35ae5b07273e2512761cdc8a
parent 967aa49c1bb745cd1b125d960ea2eea2b487c38e
Author: Bastien Dejean <nihilhill@gmail.com>
Date:   Sat, 12 Jan 2013 10:55:51 +0100

Add a locale for the XFree86 keysyms

Diffstat:
Mhotkeys.c | 2++
Mlocales.h | 1+
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/hotkeys.c b/hotkeys.c @@ -2158,6 +2158,7 @@ keysym_dict_t nks_dict[] = {/*{{{*/ {"Sinh_luu2" , 0x1000df3} , {"Sinh_kunddaliya" , 0x1000df4} , #endif +#ifdef XK_XFREE86 {"XF86ModeLock" , 0x1008FF01} , {"XF86MonBrightnessUp" , 0x1008FF02} , {"XF86MonBrightnessDown" , 0x1008FF03} , @@ -2334,6 +2335,7 @@ keysym_dict_t nks_dict[] = {/*{{{*/ {"XF86Prev_VMode" , 0x1008FE23} , {"XF86LogWindowTree" , 0x1008FE24} , {"XF86LogGrabInfo" , 0x1008FE25} , +#endif };/*}}}*/ void grab(void) diff --git a/locales.h b/locales.h @@ -3,6 +3,7 @@ #define XK_MISCELLANY #define XK_XKB_KEYS +#define XK_XFREE86 #define XK_LATIN1 #define XK_LATIN2 #define XK_LATIN3