Skip to content

Commit

Permalink
Add a locale for the XFree86 keysyms
Browse files Browse the repository at this point in the history
  • Loading branch information
baskerville committed Jan 12, 2013
1 parent 967aa49 commit 701d870
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hotkeys.c
Expand Up @@ -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} ,
Expand Down Expand Up @@ -2334,6 +2335,7 @@ keysym_dict_t nks_dict[] = {/*{{{*/
{"XF86Prev_VMode" , 0x1008FE23} ,
{"XF86LogWindowTree" , 0x1008FE24} ,
{"XF86LogGrabInfo" , 0x1008FE25} ,
#endif
};/*}}}*/

void grab(void)
Expand Down
1 change: 1 addition & 0 deletions locales.h
Expand Up @@ -3,6 +3,7 @@

#define XK_MISCELLANY
#define XK_XKB_KEYS
#define XK_XFREE86
#define XK_LATIN1
#define XK_LATIN2
#define XK_LATIN3
Expand Down

0 comments on commit 701d870

Please sign in to comment.