OESF Portables Forum

Everything Else => Sharp Zaurus => Model Specific Forums => Distros, Development, and Model Specific Forums => Archived Forums => Cxx0 General discussions => Topic started by: vinc17 on August 06, 2004, 09:20:57 pm

Title: Using KeyHelper
Post by: vinc17 on August 06, 2004, 09:20:57 pm
When I execute "khctl reload" on my SL-C860, I get:

Code: [Select]
qcop QPE/KeyHelper reload()
SlSharedManager: can't get proc entry
Display size = 480x640

Why do I get this error?

Also, where can I find a complete list of keycodes (with all the Fn combinations)?
Title: Using KeyHelper
Post by: Stubear on August 07, 2004, 08:44:22 am
I get that error sometimes too, never seems to be a problem though keyhelper (and other apps) worked fine after getting it.

There is a keycodes pdf availalbe here (http://docs.zaurus.com/downloads/keycode_qt.pdf). I think it was originally for the SL5000, but seems to be correct for the Cxx0 too

Stu
Title: Using KeyHelper
Post by: vinc17 on August 07, 2004, 09:43:09 am
Concerning the can't get proc entry error, it disappeared after I removed the USB cable (I don't know if this is related, though).

Concerning the PDF document, I knew it, but it doesn't help, since the Fn combinations are different on the SL-C860. In particular, I wanted to map Fn+u to some symbol. I thought the keycode were 2013 (as Fn+o is 2015 and Fn+a is 2017), but it doesn't work.
Title: Using KeyHelper
Post by: Stubear on August 07, 2004, 11:47:52 pm
Get keyhelper-conf from the keyhelper site. It will show you the keycodes when you push them

Stu
Title: Using KeyHelper
Post by: vinc17 on August 08, 2004, 10:28:40 am
Thanks. In my tests, I finally found that something was wrong in the supplied keyhelper.xml file. It contains:
Code: [Select]
 
  
but in fact, this doesn't provide a sticky Shift, but just prevents Fn+Shift from acting as Ctrl (which is no longer useful, after the kenji key is mapped to Ctrl). With that, I can now remap the Fn+Shift+<letter> keys.
Title: Using KeyHelper
Post by: vinc17 on August 08, 2004, 03:36:52 pm
How can I remap Fn+z (keyhelperconf says that it is Ctrl+z) without remapping Ctrl+z?