aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ion/ion3/204_fix-bindings.diff
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ion/ion3/204_fix-bindings.diff')
-rw-r--r--recipes/ion/ion3/204_fix-bindings.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/ion/ion3/204_fix-bindings.diff b/recipes/ion/ion3/204_fix-bindings.diff
new file mode 100644
index 0000000000..7e317fa966
--- /dev/null
+++ b/recipes/ion/ion3/204_fix-bindings.diff
@@ -0,0 +1,11 @@
+--- ion3-20041104.orig/etc/cfg_bindings.lua 2004-10-05 09:03:31.000000000 +0000
++++ ion3-20041104/etc/cfg_bindings.lua 2004-11-27 23:06:00.000000000 +0000
+@@ -52,7 +52,7 @@
+ kpress(MOD1.."F1", "ioncore.show_manual()"),
+
+ bdoc("Run a terminal emulator."),
+- kpress(MOD2.."F2", "ioncore.exec_on(_, 'xterm')"),
++ kpress(MOD2.."F2", "ioncore.exec_on(_, 'x-terminal-emulator')"),
+
+ bdoc("Create a new workspace of chosen default type."),
+ kpress(MOD1.."F9", "ioncore.create_ws(_)"),