OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: w14 on April 21, 2005, 09:45:19 am

Title: Evaluating Pdaxrom
Post 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.
Title: Evaluating Pdaxrom
Post by: pgas on April 21, 2005, 10:36:05 am
use xev in a terminal

<Cancel> 42   <OK> 47
Title: Evaluating Pdaxrom
Post by: w14 on April 21, 2005, 12:10:21 pm
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.
Title: Evaluating Pdaxrom
Post by: Strijar on April 22, 2005, 02:03:03 am
X11 remap keys:

Cancel = Esc (char 27)
Ok = Enter (char 13)

IMHO - You should not use scancode
Title: Evaluating Pdaxrom
Post by: w14 on April 22, 2005, 09:57:00 am
'Fraid that's not working either. Any other ideas?

Cheers.