GNOME Bugzilla – Bug 507886
Orca+Space when in Java application presents script summary debug
Last modified: 2008-07-22 19:32:57 UTC
When using a Java application, Orca+Space reads the script summary debug output instead of bringing up the Orca preferences dialog.
Created attachment 102334 [details] [review] Patch to adjust for when the space key is pressed The problem is that in an attempt to handle the Java platform's approach to universal keycodes, we're trying to convert the " " character into a native keycode. This will fail. The patch provided first converts " " into "space". Things then work as expected.