Author Topic: Need help with FRODO emulator  (Read 3324 times)

kfetisov

  • Newbie
  • *
  • Posts: 18
    • View Profile
    • http://
Need help with FRODO emulator
« on: May 31, 2004, 05:54:12 am »
Hi!

i try to use this nice tool, but i can\'t enter \",\" sign. For example: LOAD \"*\",8
Key where are \"/\" and \",\" mapped don\'t work  
Anyone know how to enter \",\" in FRODO?

C760 with Cacko 1.21a FRODO 0.2 libSDL  1.2.6 zports

Konstantin.

ads

  • Newbie
  • *
  • Posts: 40
    • View Profile
Need help with FRODO emulator
« Reply #1 on: May 31, 2004, 07:21:44 am »
Go to terminal....

khctl disable

now should be able to use \",\" and /

ads
c750. Cacko Qt elena

Sy Ali

  • Full Member
  • ***
  • Posts: 122
    • View Profile
    • SyeedAli.com
Need help with FRODO emulator
« Reply #2 on: June 19, 2006, 04:12:02 am »
I am having this same problem.  khctl disable does not change anything.

Quote
$ khctl disable
qcop QPE/KeyHelper disable()
Display size = 480x640
Running cacko 1.23 on an SL-C1000

Sy Ali

  • Full Member
  • ***
  • Posts: 122
    • View Profile
    • SyeedAli.com
Need help with FRODO emulator
« Reply #3 on: June 24, 2006, 10:34:59 am »
Cacko uses another keyboard mapper which takes precidence over the khctl stuff.

Code: [Select]
cp -f keyboardswap-off ~/Applications/cyrillica/english
 cyrkbdset
 frodo
 cp -f keyboardswap-on  ~/Applications/cyrillica/english
 cyrkbdset

Where keyboardswap-on and keyboardswap-off are modified versions of ~/Applications/cyrillica/english with this change:

Code: [Select]
[keyboard]
','     ','     '/'
'/'     ','     ','

change to:

Code: [Select]
[keyboard]
#','     ','     '/'
#'/'     ','     ','

Other notes: http://jrandomhacker.info/Cacko/keyboard
« Last Edit: June 24, 2006, 10:35:22 am by Sy Ali »