Skip to content

Commit

Permalink
keyboard map display name was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
phooky committed Jan 24, 2014
1 parent d22561b commit fb5418f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventmap.c
Expand Up @@ -192,7 +192,7 @@ read_one(
int key = keymap[button];
if (key != 0)
{
KeyCode code = XKeysymToKeycode(display, key);
KeyCode code = XKeysymToKeycode(dpy, key);
XTestFakeKeyEvent(dpy, code, is_press, 0);
//FakeKeyEvent(dpy, key, is_press, 0);
}
Expand Down

0 comments on commit fb5418f

Please sign in to comment.