OESF Portables Forum

Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Software => Topic started by: kfetisov on May 31, 2004, 05:54:12 am

Title: Need help with FRODO emulator
Post by: kfetisov 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.
Title: Need help with FRODO emulator
Post by: ads on May 31, 2004, 07:21:44 am
Go to terminal....

khctl disable

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

ads
Title: Need help with FRODO emulator
Post by: Sy Ali 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
Title: Need help with FRODO emulator
Post by: Sy Ali 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 (http://jrandomhacker.info/Cacko/keyboard)