OK, I give up. How did you all fix the directional key problem? On mine left is right and right is left in every emulator except snes. I found the following a little ways back in the thread but I doesn't appear to tell me how to get the other emulators fixed. My zemufeex_smc.sh already has the SDL_QT thing, hence the keys are correct. The readme in the new package didn't say anything about how to fix it.
then modify this file /home/QtPalmtop/bin/zamufeex_smc.sh
----------------------------------------------------
#!/bin/bash
export SDL_QT_INVERT_ROTATION=1
cd "$1"
snes9x -win "$2"
exit 0
or if you want to replace the ok/enter key pause with L instead. L becomes
the pause and start and ok/enter is null so your game wont be interupted,
use the bottom code.
#!/bin/bash
export SDL_QT_INVERT_ROTATION=1
export S9XKEYS=27,100,99,115,120,97,122,108,32,103,106,117,110,121,98,105,109
cd "$1"
snes9x -win "$2"
exit 0
----------------------------------------------------
for the turbografx
----------------------------------------------------
create a directory in /home/zaurus/.zpce (there may be one already)
and place zpce.rc in that directory and should look like
/home/zaurus/.zpce/zpce.rc
----------------------------------------------------
and last
----------------------------------------------------
create a directory in /home/zaurus/.znester
and place znester.rc in that directory and should look like
/home/zaurus/.znester/znester.rc
----------------------------------------------------
hope this helps. Works fine for me in cacko.
--------------------------------------------------------------------------------
[div align=\"right\"][a href=\"index.php?act=findpost&pid=130790\"][{POST_SNAPBACK}][/a][/div]
xaminder, seems like mine is a bit different than example you show above.
modify this file /home/QtPalmtop/bin/zemufeex_smc.sh
-------------------------------------------------
#!/bin/bash
export SDL_QT_INVERT_ROTATION=1
cd "$1"
khctl killrepeat
snes9x -win -16 -h 85 -mfs 8 "$2"
khctl repeat
exit 0
Above is my zemufeex_smc.sh file.
Spelling is wrong for zemufeex_smc.sh (in the example you posted above)
and the code is a little bit different.
I didn't do the second thing with replacing Enter/OK with L
everything below that is the same on my C3100.
I did both parts below:
----------------------------------------------------
for the turbografx
----------------------------------------------------
create a directory in /home/zaurus/.zpce (there may be one already)
and place zpce.rc in that directory and should look like
/home/zaurus/.zpce/zpce.rc
----------------------------------------------------
and last
----------------------------------------------------
create a directory in /home/zaurus/.znester
and place znester.rc in that directory and should look like
/home/zaurus/.znester/znester.rc
----------------------------------------------------
I use Cacko Lite.
It's been a long time since I set mine up, but I think the only things I did are what I described above.
I haven't needed any of the other "key *.xml" files either.
All emulator keyboard keys just work as they are supposed to work.