Re: Supporting Orca keyboard commands without GTK+ or any other toolkit

2015-07-02 Thread Alejandro PiƱeiro
On 02/07/15 18:30, Luca Saiu wrote: > Hello again. > > I noticed that the keybindings which are globally bound to Orca > commands, such as "toggle flat review" (keypad -) or "read the current > line" (keypad 8) are seen by my SDL/ATK program as ordinary keyboard > events, which is clearly wrong.

Supporting Orca keyboard commands without GTK+ or any other toolkit

2015-07-02 Thread Luca Saiu
Hello again. I noticed that the keybindings which are globally bound to Orca commands, such as "toggle flat review" (keypad -) or "read the current line" (keypad 8) are seen by my SDL/ATK program as ordinary keyboard events, which is clearly wrong. Of course I'm sure that even GTK+ has no specifi

Re: "[window title] inaccessible": where does it come from, and what does it mean?

2015-07-02 Thread Luca Saiu
Hello Samuel. On 2015-07-02 at 01:57, Samuel Thibault wrote: > Just thinking: are you emitting the "focus:" or > "object:state-changed:focused" signal? This is needed for the screen > reader to know which accessible widget it should get the text from. Adding g_signal_emit_by_name (main_acces