]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/ion/ion3/204_fix-bindings.diff
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / ion / ion3 / 204_fix-bindings.diff
1 --- ion3-20041104.orig/etc/cfg_bindings.lua     2004-10-05 09:03:31.000000000 +0000
2 +++ ion3-20041104/etc/cfg_bindings.lua  2004-11-27 23:06:00.000000000 +0000
3 @@ -52,7 +52,7 @@
4      kpress(MOD1.."F1", "ioncore.show_manual()"),
5      
6      bdoc("Run a terminal emulator."),
7 -    kpress(MOD2.."F2", "ioncore.exec_on(_, 'xterm')"),
8 +    kpress(MOD2.."F2", "ioncore.exec_on(_, 'x-terminal-emulator')"),
9      
10      bdoc("Create a new workspace of chosen default type."),
11      kpress(MOD1.."F9", "ioncore.create_ws(_)"),