Quote:
Originally Posted by knc1
A question -
I don't see a row for function keys, f1..f10(12) but I do see a "F" meta key.
So are the function keys generated with the F 1 .. F 10 key pair sequence?
|
As far as matchbox-keyboard is concerned it handles <Fx> keys. You change layout pressing "ã/F" key. See screenshot.
But it will not change terminal for reasons mentioned by Hawhill.
Also I noticed that some keystokes are intercepted by kindle. This is the case with <Fx> keys. You may overcome this by selecting securekbd option (which ensures that input is directed only to xterm) from XTerm popdown menu.
<Fx> keys are not pair sequences. They have their own character codes. For example <F1> sends 0xffbe. For more keycodes see for example
here.
Edit: By the way, the only KT key sends 0xff50, which is mapped to <home> key