Frank Millman wrote:
> BTW, do you know if anyone is looking into my problem with shift-tab
from a
> remote workstation, or am I on my own with this one? If the latter, I
must
> start doing some serious investigation, as it has a major effect on my
plans
> for deployment of my application.
Robin Dunn wrote:
Not that I know of. Didn't you say that it wasn't specific to wxWindows
apps, or am I misremembering?
Someone else (can't remember your name, sorry) replied to my original post
and said that they had noticed it in other applications, but gave no
details.
The only other app I know to test it with is Calc (the OpenOffice
spreadsheet) and shift-tab does work correctly there.
I originally thought that it was vnc specific, but I have now found the same
problem using a remote X thin client called ThinStation, which runs a
version of Linux from a bootable-cd.
The following information may be relevant, or may be a sidetrack.
1. If I run wxKeyEvents from the demo using the remote workstation, and I
press shift-tab, the shift key and the tab key are detected correctly, but
the RawKeyCode returned is the same as for tab. If I run it from the server,
the RawKeyCode for shift-tab is different from tab.
2. If I run wxKeyEvents from the prompt instead of from the demo, key down
events are detected but key up events are not.
3. When booting up ThinStation, among all the other messages, the following
message appears - "Couldn't load XKB keymap, falling back to pre-XKB
keymap."
I have recently upgraded my server from Redhat 8 to Redhat 9, but the
problem is still there.
Let me know if there are any other tests you would like me to try.
Many thanks
Frank Millman