Commit 93a360c5 authored by Ulrich Sibiller's avatar Ulrich Sibiller

Keystroke.c: add another FIXME

parent 25db7413
......@@ -394,6 +394,8 @@ static enum nxagentSpecialKeystroke find_keystroke(XKeyEvent *X)
int keysyms_per_keycode_return;
struct nxagentSpecialKeystrokeMap *cur = map;
/* FIXME: we do late parsing here, this should be done at startup,
not at first keypress! */
parse_keystroke_file();
XlibKeySym *keysym = XGetKeyboardMapping(nxagentDisplay,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment