summaryrefslogtreecommitdiffstats
path: root/windows/autohotkey/Source/Keys-Neo.ahk
diff options
context:
space:
mode:
authordennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-07-31 02:55:02 +0000
committerdennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-07-31 02:55:02 +0000
commitba9cc6cbbf4a639a48117f70a7c7183bf7a3bad3 (patch)
tree893f68f9c1ff45aa7162e5c6082680c8be0f6c05 /windows/autohotkey/Source/Keys-Neo.ahk
parent0a9f7e1945516dadce36f25dd3da026b7978504f (diff)
Die Resourcen-Dateien (PNGs, ICOs) werden nun nach "Von Windows vorgegebenes TEMP Verzeichnis\NEO2\ extrahiert und nicht mehr in das Verzeichnis, in dem sich die EXE befindet; die doppelten französischen Anführungszeichen werden nun ebenfalls über SendUnicodeChar gesendet
git-svn-id: https://svn.neo-layout.org@706 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/autohotkey/Source/Keys-Neo.ahk')
-rw-r--r--windows/autohotkey/Source/Keys-Neo.ahk8
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/autohotkey/Source/Keys-Neo.ahk b/windows/autohotkey/Source/Keys-Neo.ahk
index 373c175..1517cc3 100644
--- a/windows/autohotkey/Source/Keys-Neo.ahk
+++ b/windows/autohotkey/Source/Keys-Neo.ahk
@@ -297,12 +297,12 @@ neo_4:
}
else if Ebene = 2
{
- send »
+ SendUnicodeChar(0x00BB) ; », Double guillemot right
CompKey := ""
}
else if Ebene = 3
{
- send ›
+ Send › ; Single guillemot right
CompKey := ""
}
else if Ebene = 4
@@ -371,12 +371,12 @@ neo_5:
}
else if Ebene = 2
{
- send «
+ SendUnicodeChar(0x00AB) ; «, Double guillemot left
CompKey := ""
}
else if Ebene = 3
{
- send ‹
+ Send ‹ ; Single guillemot left
CompKey := ""
}
else if Ebene = 4