Skip to content

capslock: Fix operator priority

Samuel Thibault requested to merge sthibaul/orca:capslock into master

Missing parenthesis were making orca trigger modifier change twice when using the capslock key. It seems that at least in some cases Xorg then cancels the modifier change, thus letting the user stuck with caps lock enabled or disabled without a way to change it.

Merge request reports