From 644be98ca9b439500111178290749975736fae81 Mon Sep 17 00:00:00 2001 From: joten Date: Tue, 12 Apr 2016 21:13:32 +0200 Subject: [PATCH] added edge to the default rules ... as an example for an applicationframewindow --- src/Config.ahk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Config.ahk b/src/Config.ahk index 8880b69..7e63d0a 100644 --- a/src/Config.ahk +++ b/src/Config.ahk @@ -98,7 +98,8 @@ Config_init() { Config_rule_#15 := "IEFrame;.*Internet Explorer;;1;0;0;0;1;0;" Config_rule_#16 := "MozillaWindowClass;.*Mozilla Firefox;;1;0;0;0;1;0;" Config_rule_#17 := "MozillaDialogClass;.*;;1;0;0;1;1;0;" - Config_ruleCount := 17 ;; This variable has to be set to the total number of active rules above. + Config_rule_#18 := "ApplicationFrameWindow;.*Edge;;1;0;0;0;1;0;" + Config_ruleCount := 18 ;; This variable has to be set to the total number of active rules above. ;; Configuration management Config_autoSaveSession := "auto" ;; "off" | "auto" | "ask"