diff options
author | erik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-04-05 16:51:06 +0000 |
---|---|---|
committer | erik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-04-05 16:51:06 +0000 |
commit | c174b8533545ca568315b07f670bc5c323f1b6b4 (patch) | |
tree | f36d8854ec39e9a3b0417207ce99dee9670d146a /windows | |
parent | 4911589e21c3ab20545e5cf62f65c79c14ab76b4 (diff) |
\' und " vertauscht
git-svn-id: https://svn.neo-layout.org@468 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows')
-rw-r--r-- | windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk b/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk index 1aad14f..6965958 100644 --- a/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk +++ b/windows/2K_XP_Vista/autohotkey/neo20-all-in-one.ahk @@ -1044,7 +1044,7 @@ return Send {+}
}
else if Ebene = 6
- SendUnicodeChar(0x2202) ; "verdrehtes e" (partielle Ableitung)
+ SendUnicodeChar(0x2202) ; "geschweiftes d" (partielle Ableitung)
PriorDeadKey := "" CompKey := ""
return
|