From 58a51fe10e5c76a488b50b1b3734bac166ec9436 Mon Sep 17 00:00:00 2001 From: Michael Jennings Date: Fri, 20 Aug 1999 23:07:40 +0000 Subject: [PATCH] Fri Aug 20 16:05:59 PDT 1999 Michael Jennings Ugh. I'd fixed this on my local theme but never on the CVS stuff. Sorry, folks. Thanks to Ashley Penney 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 --- ChangeLog | 8 ++++++++ themes/Eterm/theme.cfg.in | 2 +- themes/chooser/theme.cfg.in | 2 +- themes/emacs/theme.cfg.in | 2 +- themes/irc/theme.cfg.in | 2 +- themes/mutt/theme.cfg.in | 2 +- themes/tn3270/theme.cfg.in | 2 +- themes/trans/theme.cfg.in | 2 +- 8 files changed, 15 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index f3b472a..0017740 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2316,3 +2316,11 @@ Fri Aug 20 15:21:51 PDT 1999 Michael Jennings difference. :-) ------------------------------------------------------------------------------- +Fri Aug 20 16:05:59 PDT 1999 Michael Jennings + + Ugh. I'd fixed this on my local theme but never on the CVS stuff. + Sorry, folks. Thanks to Ashley Penney for + pointing this out. The F1 key should bring up the menu now, and that + line should no longer generate a parse error. =) + +------------------------------------------------------------------------------- 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 diff --git a/themes/chooser/theme.cfg.in b/themes/chooser/theme.cfg.in index 9acd5e8..7dbe659 100644 --- a/themes/chooser/theme.cfg.in +++ b/themes/chooser/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 diff --git a/themes/emacs/theme.cfg.in b/themes/emacs/theme.cfg.in index 58c60bb..36109e1 100644 --- a/themes/emacs/theme.cfg.in +++ b/themes/emacs/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 diff --git a/themes/irc/theme.cfg.in b/themes/irc/theme.cfg.in index d825d08..06f20fc 100644 --- a/themes/irc/theme.cfg.in +++ b/themes/irc/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 diff --git a/themes/mutt/theme.cfg.in b/themes/mutt/theme.cfg.in index 2fd676e..23f1189 100644 --- a/themes/mutt/theme.cfg.in +++ b/themes/mutt/theme.cfg.in @@ -172,7 +172,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 diff --git a/themes/tn3270/theme.cfg.in b/themes/tn3270/theme.cfg.in index 0862e74..55fe7e8 100644 --- a/themes/tn3270/theme.cfg.in +++ b/themes/tn3270/theme.cfg.in @@ -221,7 +221,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 diff --git a/themes/trans/theme.cfg.in b/themes/trans/theme.cfg.in index acb394d..f360f0a 100644 --- a/themes/trans/theme.cfg.in +++ b/themes/trans/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