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:
parent
331033f1f6
commit
68bae9c7b1
2 changed files with 29 additions and 0 deletions
|
@ -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} },
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue