branch: externals/ergoemacs-mode
commit 3ea0220a9a98b55ab2e706a428018666d39dfe1e
Author: Fidler <[email protected]>
Commit: Fidler <[email protected]>
Add Qwidget for nomachine
---
ahk-us.ahk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ahk-us.ahk b/ahk-us.ahk
index 30c042b..b6085f7 100644
--- a/ahk-us.ahk
+++ b/ahk-us.ahk
@@ -851,6 +851,8 @@ IsExternalProgram(){
External = 1
} else if (WinActive("ahk_class Transparent Windows Client")){
External = 1
+ } else if (WinActive("ahk_class QWidget")){
+ External = 1
}
Return External
}