(In reply to kyak from comment #140)
> Created attachment 129860 [details] [review]
> The same patch, but based on 1.19.1

You are missing dereference in XkbSA_LockMods case...

>     case XkbSA_LockMods:
>+        filter = _XkbNextFreeFilter(xkbi);
>+        sendEvent=_XkbFilterLockMods(xkbi, filter, key, act);
>+        break;
>     case XkbSA_LockGroup:
>         filter = _XkbNextFreeFilter(xkbi);
>-        *sendEvent = _XkbFilterLockState(xkbi, filter, key, act);
>+        *sendEvent = _XkbFilterLockGroup(xkbi, filter, key, act);

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/36812

Title:
  Keyboard layout change on hotkeys press instead of release and do not
  work well with shortcuts

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/36812/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to