diff options
author | martin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-07-08 18:10:17 +0000 |
---|---|---|
committer | martin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-07-08 18:10:17 +0000 |
commit | cc452c09d7e15310e14537a1c716263359e904f3 (patch) | |
tree | 48126e03f10f9383aff1884152544dcfd3f29ddb /windows | |
parent | 2260006370403fb672f0213c91c431155912a198 (diff) | |
download | neo-layout-cc452c09d7e15310e14537a1c716263359e904f3.tar.gz neo-layout-cc452c09d7e15310e14537a1c716263359e904f3.tar.bz2 neo-layout-cc452c09d7e15310e14537a1c716263359e904f3.zip |
git-svn-id: https://svn.neo-layout.org@626 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows')
-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
{
|