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