Add support for iso14755
[st.git] / config.def.h
index e2bbe43..c2e4ffd 100644 (file)
@@ -74,7 +74,7 @@ static char termname[] = "st-256color";
  *
  *     it#$tabspaces,
  *
- * Secondly make sure your terminal is not expanding tabs. When running `stty
+ * Secondly make sure your kernel is not expanding tabs. When running `stty
  * -a` »tab0« should appear. You can tell the terminal to not expand tabs by
  *  running following command:
  *
@@ -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} },
 };
 
 /*