summaryrefslogtreecommitdiff
path: root/windows/autohotkey/Source/Methods-Other.ahk
diff options
context:
space:
mode:
authormartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-10-17 17:00:59 +0000
committermartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-10-17 17:00:59 +0000
commit31266d63142c1d0ae2b188732b96fb38ccfeb045 (patch)
treeff4442859782cb8ac9cbf5dee697527c421c6649 /windows/autohotkey/Source/Methods-Other.ahk
parent3ba04b7bcb992ec98ed383075e13d21238aa1800 (diff)
downloadneo-layout-31266d63142c1d0ae2b188732b96fb38ccfeb045.tar.gz
neo-layout-31266d63142c1d0ae2b188732b96fb38ccfeb045.tar.bz2
neo-layout-31266d63142c1d0ae2b188732b96fb38ccfeb045.zip
weitere Modularisierung und Anpassung an die neuen toten Tasten
git-svn-id: https://svn.neo-layout.org@1009 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/autohotkey/Source/Methods-Other.ahk')
-rw-r--r--windows/autohotkey/Source/Methods-Other.ahk2
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/autohotkey/Source/Methods-Other.ahk b/windows/autohotkey/Source/Methods-Other.ahk
index c32bdd9..30fbcb2 100644
--- a/windows/autohotkey/Source/Methods-Other.ahk
+++ b/windows/autohotkey/Source/Methods-Other.ahk
@@ -2,6 +2,7 @@ deadAsc(val1, val2, a) {
global
if !DeadSilence
OutputChar(val1, val2)
+ else CheckComp(val2)
DeadKey := a
}
@@ -9,6 +10,7 @@ deadUni(val1, val2, a) {
global
if !DeadSilence
SendUnicodeChar(val1, val2)
+ else CheckComp(val2)
DeadKey := a
}