From 327fe9644c4b41dd0c28b17cefb610db256dbeb5 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Tue, 24 Jul 2012 04:07:31 -0400 Subject: [PATCH] Changes --- mystic/HISTORY.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mystic/HISTORY.txt b/mystic/HISTORY.txt index 72f22e9..928956d 100644 --- a/mystic/HISTORY.txt +++ b/mystic/HISTORY.txt @@ -4422,3 +4422,11 @@ in the optional data field. The menu timer is an internal incrementing counter used to fire off TIMER commands. It represents the number of seconds that have passed since the menu was loaded. + + + When using hotkey-style menu input, extended hotkeys are no longer + required to have a / first. You can make a hotkey command named QUIT + for example, and it will execute immediately when QUIT is entered. + + + Similar to the display file and menu systems, the MPL scripts directory + will now also fallback from the theme scripts path to the default + scripts directory if the feature is enabled in the selected theme.