GNOME Bugzilla – Bug 658122
Caps_Lock should not be toggled when Orca commands are used in laptop layout
Last modified: 2011-11-23 12:32:15 UTC
In the laptop layout, the Caps Lock key is the traditional "Orca Modifier" key. As such, using Orca commands should not cause the state of the Caps_Lock key to be toggled. Recently however, this has been broken ... somewhere. See bug 658121 (filed against AT-SPI2 at the moment) in which this problem can be reproduced without Orca.
*** Bug 661844 has been marked as a duplicate of this bug. ***
Created attachment 201670 [details] [review] A tested patch with Bill doed Hy Joanie, I attaching Bill doed patch, please look. I tested this patch in Ubuntu Oneiric with Orca master version. The patch works correct my system, Orca doesn't producing the described issue. The caps lock key state doesn't change if I activating any laptop binding command for Orca, but caps lock state change is possible of course if I using Orca modifier+Backspace keystroke before press caps lock key again. Attila
Thans, Attila, for creating the patch and attaching it here. This is the patch I recommend for the near term for Orca, as it should work with all the system orca is on now, without requiring any changes to any other packages. In the meantime, I'll try to get the new caps lock mode upstream.
(In reply to comment #3) > Thans, Attila, for creating the patch and attaching it here. This is the patch > I recommend for the near term for Orca, as it should work with all the system > orca is on now, without requiring any changes to any other packages. In the > meantime, I'll try to get the new caps lock mode upstream. Awesome Bill. Thanks! It works for me, so I've committed it to master where it can get some additional testing from users. Based on that (along with some testing I want to do with it in OpenIndiana) I'll make a decision about committing it to our other branches.