diff options
author | dennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-10-25 11:50:31 +0000 |
---|---|---|
committer | dennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-10-25 11:50:31 +0000 |
commit | 46a8f212e59e3d32a31936bc5a3656a3f78a8b5f (patch) | |
tree | e75fbe9ccc065bde65c5d5b6bd2fb6b9ff4ce2a6 /windows/autohotkey/Source | |
parent | 8887c4e70f55ec385887a3d48477120097b8dbc7 (diff) | |
download | neo-layout-46a8f212e59e3d32a31936bc5a3656a3f78a8b5f.tar.gz neo-layout-46a8f212e59e3d32a31936bc5a3656a3f78a8b5f.tar.bz2 neo-layout-46a8f212e59e3d32a31936bc5a3656a3f78a8b5f.zip |
Lang-Å¿-Modus wiederhergestellt (neo_s war defekt).
git-svn-id: https://svn.neo-layout.org@1039 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'windows/autohotkey/Source')
-rw-r--r-- | windows/autohotkey/Source/Keys-Neo.ahk | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/windows/autohotkey/Source/Keys-Neo.ahk b/windows/autohotkey/Source/Keys-Neo.ahk index b5d3334..aacb605 100644 --- a/windows/autohotkey/Source/Keys-Neo.ahk +++ b/windows/autohotkey/Source/Keys-Neo.ahk @@ -348,22 +348,18 @@ return neo_s:
EbeneAktualisieren()
- if (Ebene12 and !LangSTastatur and !(CheckDeadUni12("a1",0x015B,0x015A)
+ if (Ebene12 and !(CheckDeadUni12("a1",0x015B,0x015A)
or CheckDeadUni12("a2",0x015F,0x015E)
or CheckDeadUni12("a6",0x1E61,0x1E60)
or CheckDeadUni12("c1",0x015D,0x015C)
or CheckDeadUni12("c4",0x0161,0x0160)
or CheckDeadUni12("a6",0x1E63,0x1A62))) {
- if LangSTastatur and (Ebene = 1)
+ if (LangSTastatur and (Ebene = 1))
SendUnicodeChar(0x017F, "17F") ; langes s
else OutputChar12("s","S","s","S")
} else if (Ebene = 3)
OutputChar("?", "question")
- else if Ebene7 {
- if LangSTastatur
- OutputChar("s", "s")
- else SendUnicodeChar(0x017F, "17F")
- } else if (Ebene = 4)
+ else if (Ebene = 4)
OutputChar("¿", "questiondown")
else if (Ebene = 5)
SendUnicodeChar(0x03C3, "Greek_sigma") ;sigma
|