diff options
-rw-r--r-- | windows/autohotkey/Source/Keys-Neo.ahk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/autohotkey/Source/Keys-Neo.ahk b/windows/autohotkey/Source/Keys-Neo.ahk index 2de91a6..acfbacb 100644 --- a/windows/autohotkey/Source/Keys-Neo.ahk +++ b/windows/autohotkey/Source/Keys-Neo.ahk @@ -3344,10 +3344,10 @@ neo_tab: }
else if (IsMod3Pressed()) ;#
{
+ #Include *i %a_scriptdir%\ComposeLaunch.ahk
+ #Include *i %a_scriptdir%\Source\ComposeLaunch.ahk
PriorDeadKey := "comp"
CompKey := ""
- ;#include *i %a_include%\Compose.ahk
- ;#include *i %a_include%\Source\Compose.ahk
}
else
{
|