cvsimport

This commit is contained in:
okan
2015-07-12 14:31:47 +00:00
9 changed files with 66 additions and 59 deletions

View File

@@ -279,7 +279,7 @@ xev_handle_keypress(XEvent *ee)
if ((kb->modmask | modshift) != e->state)
continue;
if (kb->press.keysym == (modshift == 0 ? keysym : skeysym))
if (kb->press.keysym == ((modshift == 0) ? keysym : skeysym))
break;
}