OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: scheck.r on January 14, 2006, 09:37:37 am

Title: Mouse Cursor/pointer
Post by: scheck.r on January 14, 2006, 09:37:37 am
Hi,

Is there a way to use the arrow keys (combined with another key) to move the cursor around ?
It's possible on SHARP ROM using "Input-Helper".
It's annoying to use the stylus.

I think it's possible by editing /etc/xdg/openbox/rc.xml and /etc/x11/kb/akita.xmodmap
but I don't know the commands either for moving up/down/left/right or tapping on the screen or how to set the speed of motion, ...

Thanks for any help.
Title: Mouse Cursor/pointer
Post by: bam on January 14, 2006, 07:34:32 pm
this is a cool idea!
Title: Mouse Cursor/pointer
Post by: dtruchan on January 14, 2006, 11:09:55 pm
Quote
Hi,

Is there a way to use the arrow keys (combined with another key) to move the cursor around ?
It's possible on SHARP ROM using "Input-Helper".
It's annoying to use the stylus.

I think it's possible by editing /etc/xdg/openbox/rc.xml and /etc/x11/kb/akita.xmodmap
but I don't know the commands either for moving up/down/left/right or tapping on the screen or how to set the speed of motion, ...

Thanks for any help.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=110939\"][{POST_SNAPBACK}][/a][/div]

It's easy if you use FVWM.  
Something like this in your .fvwm2rc
Code: [Select]
Key Left    A    MC    CursorMove -1 0
Key Right    A    MC    CursorMove +1 +0
Key Up  A    MC    CursorMove +0   -1
Key Down    A    MC    CursorMove +0   +1

Couldn't tell you about the *box window managers, I never tried.  
Title: Mouse Cursor/pointer
Post by: scheck.r on January 15, 2006, 08:29:40 am
Indeed it seems easy using FVWM but unfortunately I am not.

Thanks anyway.
Title: Mouse Cursor/pointer
Post by: lindenle on January 15, 2006, 08:25:54 pm
Quote
Indeed it seems easy using FVWM but unfortunately I am not.

Thanks anyway.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=111024\"][{POST_SNAPBACK}][/a][/div]

I would also like to be able to do this in the default window manager of pdaxrom.
Title: Mouse Cursor/pointer
Post by: scheck.r on January 26, 2006, 07:29:59 am
So, no one has a solution for this ?
Does it require too much work using the default window manager and matchbox ?
I think it would be a unvaluable feature.
Hope someone will take the plunge.

I put a Feature Request in the bug tracker on PdaXrom.org (bug # 358)
Title: Mouse Cursor/pointer
Post by: pgas on January 26, 2006, 08:21:36 am
see this thread:

https://www.oesf.org/forums/index.php?showtopic=5691 (https://www.oesf.org/forums/index.php?showtopic=5691)

For a starting point.
Title: Mouse Cursor/pointer
Post by: scheck.r on January 26, 2006, 11:42:56 am
Thanks for the info.
However with my poor knowledge it doesn't help me much.
Thanks anyway