OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: w14 on April 21, 2005, 09:45:19 am
-
I'm taking a look at RC9 for the first time. Seems pretty good!
Just one minor problem that I've noticed others commenting on as well, but haven't seen an answer to. And that is the settings for Justreader. It seems that the settings page will save settings for every tab except controls1.
So I need the keycodes for the <OK> and <Cancel> keys if anyone knows them, so that I can edit Justreader.conf by hand. Anyone?
Thanks,
Mike.
-
use xev in a terminal
<Cancel> 42 <OK> 47
-
Never thought to check that xev was there. Thanks for the hint!
Sadly, though, there's a new problem now. Justreader doesn't seem to recognise these keycodes, and now when I open the configuration dialogue, against Fullscreen I see Key<>, with a square symbol between the lt and gt signs.
Any clues?
Mike.
-
X11 remap keys:
Cancel = Esc (char 27)
Ok = Enter (char 13)
IMHO - You should not use scancode
-
'Fraid that's not working either. Any other ideas?
Cheers.