Author Topic: Using KeyHelper  (Read 2234 times)

vinc17

  • Newbie
  • *
  • Posts: 39
    • View Profile
    • https://www.vinc17.net/
Using KeyHelper
« 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)?

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
Using KeyHelper
« Reply #1 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. I think it was originally for the SL5000, but seems to be correct for the Cxx0 too

Stu
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card

vinc17

  • Newbie
  • *
  • Posts: 39
    • View Profile
    • https://www.vinc17.net/
Using KeyHelper
« Reply #2 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.

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
Using KeyHelper
« Reply #3 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
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card

vinc17

  • Newbie
  • *
  • Posts: 39
    • View Profile
    • https://www.vinc17.net/
Using KeyHelper
« Reply #4 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.

vinc17

  • Newbie
  • *
  • Posts: 39
    • View Profile
    • https://www.vinc17.net/
Using KeyHelper
« Reply #5 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?