Commit 6b533061 authored by claes's avatar claes

Alt key can also be used (Mod1mask was masked out)

parent 70c851d2
......@@ -324,7 +324,7 @@ hotkeySTATUS hotkey_Process (
{
if ( cp->hk[i].kcode == kev->keycode
&& cp->hk[i].mod == (kev->state & ~LockMask
& ~Mod1Mask & ~Mod2Mask & ~Mod3Mask & ~Mod4Mask & ~Mod5Mask)
& ~Mod2Mask & ~Mod3Mask & ~Mod4Mask & ~Mod5Mask)
)
{
XtCallActionProc (
......
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