summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authormartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-11-02 00:06:49 +0000
committermartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-11-02 00:06:49 +0000
commitd63287105d9795bbde3bb9aa4c8e0e8d9c850a3e (patch)
tree6bacb8d5f002ec777f17be5e9ebf0a51c979f6ba /windows
parente54aac07f19ac42fc5646b42765fb79f769efa8e (diff)
downloadneo-layout-d63287105d9795bbde3bb9aa4c8e0e8d9c850a3e.tar.gz
neo-layout-d63287105d9795bbde3bb9aa4c8e0e8d9c850a3e.tar.bz2
neo-layout-d63287105d9795bbde3bb9aa4c8e0e8d9c850a3e.zip
Rechtschreibfehler, DeadCompose überflüssig
git-svn-id: https://svn.neo-layout.org@1087 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows')
-rw-r--r--windows/autohotkey/Source/Global-Part.ahk2
-rw-r--r--windows/autohotkey/Source/Methods-Other.ahk4
-rw-r--r--windows/neo-vars/recycle.ahk2
3 files changed, 4 insertions, 4 deletions
diff --git a/windows/autohotkey/Source/Global-Part.ahk b/windows/autohotkey/Source/Global-Part.ahk
index 41db3d8..03ef728 100644
--- a/windows/autohotkey/Source/Global-Part.ahk
+++ b/windows/autohotkey/Source/Global-Part.ahk
@@ -80,7 +80,7 @@ IniRead,DeadCompose,%ini%,Global,DeadCompose,1
IniRead,striktesMod2Lock,%ini%,Global,striktesMod2Lock,0
/***********************
-* Recourcen-Verwaltung *
+* Resourcen-Verwaltung *
************************
*/
if (FileExist("ResourceFolder") <> false) {
diff --git a/windows/autohotkey/Source/Methods-Other.ahk b/windows/autohotkey/Source/Methods-Other.ahk
index 1f7ad1d..ab1d86b 100644
--- a/windows/autohotkey/Source/Methods-Other.ahk
+++ b/windows/autohotkey/Source/Methods-Other.ahk
@@ -86,7 +86,7 @@ CheckCompUni(d,val) {
OutputChar(val1,val2) {
global
- if !(CheckComp(val2) and DeadCompose)
+ if (!CheckComp(val2))
send % "{blind}" . val1
}
@@ -98,7 +98,7 @@ OutputChar12(val1,val2,val3,val4) {
if (Ebene = 1)
d := val3
else d := val4
- if !(CheckComp(d) and DeadCompose)
+ if (!CheckComp(d))
if GetKeyState("Shift","P") and isMod2Locked
send % "{blind}{Shift Up}" . c . "{Shift Down}"
else send % "{blind}" . c
diff --git a/windows/neo-vars/recycle.ahk b/windows/neo-vars/recycle.ahk
index 19a54a8..3aade20 100644
--- a/windows/neo-vars/recycle.ahk
+++ b/windows/neo-vars/recycle.ahk
@@ -74,7 +74,7 @@ IniRead,striktesMod2Lock,%ini%,Global,striktesMod2Lock,0
/***********************
-* Recourcen-Verwaltung *
+* Resourcen-Verwaltung *
************************
*/
if(FileExist("ResourceFolder")<>false){