OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: Meanie on March 06, 2006, 08:12:45 pm
-
Hi, I want to enable sticky keys so I can type with one hand.
I found that adding -accessx to the X arguments will enable this feature, but I have two problems.
I need to hit Shift key 5 times to enable the sticky keys. Is there a way that it gets enabled by default without requiring me to hit the Shitft key 5 times?
Also, once the sticky keys are enabled, this feature times out and is deactivated after some time. Is there a way to disable this timeout and have the sticky keys enabled forever?
-
Since I don't ever use sticky keys on pdaxii13-akita5.3, can this be disabled forever?
I use right-click a lot and forget to hit Fn again before using other input, such as a console or text editor.
I'm always getting strange characters in the console or text editor because I don't remember to toggle sticky keys.
Thank you,
Jon
-
Since I don't ever use sticky keys on pdaxii13-akita5.3, can this be disabled forever?
I use right-click a lot and forget to hit Fn again before using other input, such as a console or text editor.
I'm always getting strange characters in the console or text editor because I don't remember to toggle sticky keys.
Thank you,
Jon
[div align=\"right\"][a href=\"index.php?act=findpost&pid=154265\"][{POST_SNAPBACK}][/a][/div]
remove -accessx from /usr/X11R6/bin/startx
you may also want to remove the file /usr/X11R6/bin/ax so it won't be called anymore
-
Thanks meanie, I didn't find "-accessx" in my /usr/X11R6/bin/startx
I used the search feature in leafpad, just to be sure I didn't miss it.
I did find this line:
defaultserverargs=" +kb +accessx -screen 480x640@270"
That is the one and only occurrence of "accessx" in this file.
I haven't changed anything yet, since I didn't find what you mentioned.
-
First I confirmed sticky keys were working. by testing it in a console.
Since I didn't find "-accessx" in startx, I tried this:
I edited this line in startx:
defaultserverargs=" +kb +accessx -screen 480x640@270"
to
defaultserverargs=" +kb -screen 480x640@270"
Then I moved /usr/X11R6/bin/ax to my hard drive.
When I shut down X (the GUI), I got these errors:
/usr/X11R6/bin/startx: line 177: unexpected EOF while looking for matching `"'
/usr/X11R6/bin/startx: line 186: syntex error: unexpected end of file
Then I tried to start startx, it didn't start immediately, so I hit the enter key again and the GUI started.
I went to a console and confirmed that sticky keys were no longer enabled.
Then I shut down X (GUI) again, and I could see the underlying messages on the screen that were output from the previous launch of startx.
The previous shutdown errors didn't occur this time.
I'm concerned about the (sticky keys) entry, since I disabled sticky keys (I think)
Model is SL-C3200
found pdaxii13.conf
- beep on resume is disabled
- default mplayer is mplayer-bvdd
... loading lightnpower settings
... loading spitz.xmodmap
... loading preset volume settings
... enabling xhost for loopback
... loading openbox
... accessx (sticky keys) enabled
... loading rox pinboard
... loading matchbox panel
X is running
EDIT:
I shut down X (GUI) again, (3rd time), and the above onscreen messages are the same for the last start of X (GUI)
It still has the ... accessx (sticky keys) enabled entry as above.
EDIT2 (final edit)
I rebooted and it booted into the GUI with no error messages, except the one we have talked about awhile back. (RFCOMM control, bla bla).
I had to shut down X (GUI) twice to view the underlying startx messages.
They are still the same as above with the (... accessx (sticky keys) enabled) line.
NOTE: after rebooting, X (GUI) started fairly quickly (as usual, I think)
Also, restarting X (GUI) twice, was nice and fast. (I think this is the same as it has always been in my installation of pdaxii13-akita)
Jon
-
First I confirmed sticky keys were working. by testing it in a console.
Since I didn't find "-accessx" in startx, I tried this:
I edited this line in startx:
defaultserverargs=" +kb +accessx -screen 480x640@270"
to
defaultserverargs=" +kb -screen 480x640@270"
Then I moved /usr/X11R6/bin/ax to my hard drive.
When I shut down X (the GUI), I got these errors:
/usr/X11R6/bin/startx: line 177: unexpected EOF while looking for matching `"'
/usr/X11R6/bin/startx: line 186: syntex error: unexpected end of file
Then I tried to start startx, it didn't start immediately, so I hit the enter key again and the GUI started.
I went to a console and confirmed that sticky keys were no longer enabled.
Then I shut down X (GUI) again, and I could see the underlying messages on the screen that were output from the previous launch of startx.
The previous shutdown errors didn't occur this time.
I'm concerned about the (sticky keys) entry, since I disabled sticky keys (I think)
Model is SL-C3200
found pdaxii13.conf
- beep on resume is disabled
- default mplayer is mplayer-bvdd
... loading lightnpower settings
... loading spitz.xmodmap
... loading preset volume settings
... enabling xhost for loopback
... loading openbox
... accessx (sticky keys) enabled
... loading rox pinboard
... loading matchbox panel
X is running
EDIT:
I shut down X (GUI) again, (3rd time), and the above onscreen messages are the same for the last start of X (GUI)
It still has the ... accessx (sticky keys) enabled entry as above.
EDIT2 (final edit)
I rebooted and it booted into the GUI with no error messages, except the one we have talked about awhile back. (RFCOMM control, bla bla).
I had to shut down X (GUI) twice to view the underlying startx messages.
They are still the same as above with the (... accessx (sticky keys) enabled) line.
NOTE: after rebooting, X (GUI) started fairly quickly (as usual, I think)
Also, restarting X (GUI) twice, was nice and fast. (I think this is the same as it has always been in my installation of pdaxii13-akita)
Jon
[div align=\"right\"][a href=\"index.php?act=findpost&pid=154401\"][{POST_SNAPBACK}][/a][/div]
edit /usr/bin/mbsession and change
accessx is enabled
to
accessx is disabled
-
Thanks again meanie.
That changed the Starting X message to "... accessx (sticky keys) disabled"
Jon