Add support for iso14755

We launch dmenu for getting a codepoint, then convert it and send it to
the terminal.
This commit is contained in:
Quentin Rameau
2016-10-08 16:22:18 +02:00
parent 331033f1f6
commit 68bae9c7b1
2 changed files with 29 additions and 0 deletions

View File

@ -172,6 +172,7 @@ static Shortcut shortcuts[] = {
{ MODKEY|ShiftMask, XK_C, clipcopy, {.i = 0} },
{ MODKEY|ShiftMask, XK_V, clippaste, {.i = 0} },
{ MODKEY, XK_Num_Lock, numlock, {.i = 0} },
{ MODKEY, XK_Control_L, iso14755, {.i = 0} },
};
/*