]> git.pld-linux.org Git - packages/Eterm.git/commitdiff
- fixed keyboard handling while in "screen" mode (home-end)
authorluzik <luzik@pld-linux.org>
Wed, 22 Sep 2004 09:27:56 +0000 (09:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Eterm-keys-theme.patch -> 1.1

Eterm-keys-theme.patch [new file with mode: 0644]

diff --git a/Eterm-keys-theme.patch b/Eterm-keys-theme.patch
new file mode 100644 (file)
index 0000000..6a09cf6
--- /dev/null
@@ -0,0 +1,25 @@
+--- Eterm-0.9.2/themes/Escreen/theme.cfg.in.fix        2004-09-22 11:12:45.122790152 +0200
++++ Eterm-0.9.2/themes/Escreen/theme.cfg.in    2004-09-22 11:13:36.268014896 +0200
+@@ -76,6 +76,8 @@
+ end menu
+ begin actions
++    bind shift Left to script "es_display(prev)"
++    bind shift Right to script "es_display(next)"
+     bind alt Left to script "es_display(prev)"
+     bind alt Right to script "es_display(next)"
+     bind alt Up to script "es_region(prev)"
+@@ -124,6 +126,13 @@
+     bind alt shift R to script "es_reset()"
+ end actions
++begin keyboard
++      # Home - ^A
++      keysym 0xFF50 "\^[[1~"
++      # End - ^E
++      keysym 0xFF57 "\^[[4~"
++end keyboard
++
+ begin escreen
+     url ""
+     #delay 2
This page took 0.101869 seconds and 4 git commands to generate.