I'm thinking it might be more natural to be able to put, e.g., "*" instead of "<shift>8" (my keyboard, anyway). This patch is working for the cases I've happened to try, but I am not sure that event_text() will necessarily work for everything. (Last bit of the patch allows binding '<', which is a shifted key for me.) PS <shift>TabKey doesn't work for me, but it wasn't working for me before, either. PPS It would be nice if we could allow multibyte characters.
On Mon, May 04, 2009 at 03:20:14AM +0000, corvid wrote:
I'm thinking it might be more natural to be able to put, e.g., "*" instead of "<shift>8" (my keyboard, anyway). This patch is working for the cases I've happened to try, but I am not sure that event_text() will necessarily work for everything.
(Last bit of the patch allows binding '<', which is a shifted key for me.)
Committed.
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? -- Cheers Jorge.-
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. Does xev show ISO_Left_Tab for the keysym?
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. -- Cheers Jorge.-
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.
participants (2)
-
corvid@lavabit.com
-
jcid@dillo.org