5 May
2009
5 May
'09
4:57 p.m.
Jorge wrote:
On Tue, May 05, 2009 at 02:13:34PM +0000, corvid wrote:
Jorge wrote:
On Mon, May 04, 2009 at 03:20:14AM +0000, corvid wrote:
PS <shift>TabKey doesn't work for me, but it wasn't working for me before, either.
It works here. Maybe the window manager or terminal is eating it?
It highlights the location and gives it focus.
Yes, and it also serves to go backwards through controls inside a form.
Does xev show ISO_Left_Tab for the keysym?
Yes.
And (just making sure here) it is also doing what you'd expect as a result of { "left-tab" , KEYS_LEFT_TAB , fltk::SHIFT , fltk::TabKey } Or, oh, wait, KEYS_LEFT_TAB and KEYS_RIGHT_TAB aren't hooked up to anything yet. Now I understand.