(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-X, 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 _______________________________________________ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp