diff options
author | Michael Jennings <mej@kainx.org> | 1999-08-20 23:07:40 +0000 |
---|---|---|
committer | Michael Jennings <mej@kainx.org> | 1999-08-20 23:07:40 +0000 |
commit | 58a51fe10e5c76a488b50b1b3734bac166ec9436 (patch) | |
tree | 7568f8fb270a3643bdf9ef14c41956c7230ac5a0 /themes/Eterm | |
parent | b5a445f9da8ab0aa66ae7ff8e8a3e66f3e07b50e (diff) | |
download | eterm-58a51fe10e5c76a488b50b1b3734bac166ec9436.tar.gz |
Fri Aug 20 16:05:59 PDT 1999 Michael Jennings <mej@eterm.org>
Ugh. I'd fixed this on my local theme but never on the CVS stuff.
Sorry, folks. Thanks to Ashley Penney <ashp@bastard.co.uk> for
pointing this out. The F1 key should bring up the menu now, and that
line should no longer generate a parse error. =)
SVN revision: 66
Diffstat (limited to 'themes/Eterm')
-rw-r--r-- | themes/Eterm/theme.cfg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/Eterm/theme.cfg.in b/themes/Eterm/theme.cfg.in index fafa17b..7e074bd 100644 --- a/themes/Eterm/theme.cfg.in +++ b/themes/Eterm/theme.cfg.in @@ -223,7 +223,7 @@ begin main bind ctrl button1 to string "\e]5;\a" bind ctrl button2 to string "\e[?30t" bind ctrl button3 to menu Eterm - bind anymod f1 to menu Eterm + bind anymod 0xffbe to menu Eterm end actions # The Multichar support options. Same goes for these fonts as for the normal |