diff options
| author | Quentin Rameau <quinq@fifth.space> | 2016-10-08 16:22:18 +0200 | 
|---|---|---|
| committer | Quentin Rameau <quinq@fifth.space> | 2016-10-18 13:32:36 +0200 | 
| commit | 68bae9c7b121e30114f6b0cabe15da3fae46e673 (patch) | |
| tree | 8f7a4cc7ece80e42148dc61f1dcd420974401eed /config.def.h | |
| parent | 331033f1f6abe259218666e6f6a848f38d884078 (diff) | |
Add support for iso14755
We launch dmenu for getting a codepoint, then convert it and send it to
the terminal.
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index b41747f..c2e4ffd 100644 --- a/config.def.h +++ b/config.def.h @@ -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} },  };  /*  | 
