]> git.pld-linux.org Git - packages/Eterm.git/blame - Eterm-keys-theme.patch
- release 2
[packages/Eterm.git] / Eterm-keys-theme.patch
CommitLineData
0c615c1d 1--- Eterm-0.9.2/themes/Escreen/theme.cfg.in.fix 2004-09-22 11:12:45.122790152 +0200
2+++ Eterm-0.9.2/themes/Escreen/theme.cfg.in 2004-09-22 11:13:36.268014896 +0200
3@@ -76,6 +76,8 @@
4 end menu
5
6 begin actions
7+ bind shift Left to script "es_display(prev)"
8+ bind shift Right to script "es_display(next)"
9 bind alt Left to script "es_display(prev)"
10 bind alt Right to script "es_display(next)"
11 bind alt Up to script "es_region(prev)"
12@@ -124,6 +126,13 @@
13 bind alt shift R to script "es_reset()"
14 end actions
15
16+begin keyboard
17+ # Home - ^A
18+ keysym 0xFF50 "\^[[1~"
19+ # End - ^E
20+ keysym 0xFF57 "\^[[4~"
21+end keyboard
22+
23 begin escreen
24 url ""
25 #delay 2
This page took 0.167675 seconds and 4 git commands to generate.