diff options
author | stmayer <stmayer@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-06-21 16:18:44 +0000 |
---|---|---|
committer | stmayer <stmayer@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-06-21 16:18:44 +0000 |
commit | 1ff207757bd07b9b350bf7187a57246d49861a4c (patch) | |
tree | 22f2b7071486a008ea8af3f76ae66ec1853b57f7 /windows/autohotkey | |
parent | 0ef7081517cdf1f55e3b319844e7b3351365f6cd (diff) |
ahk: rho, theta, kappa, phi angepasst an aktuelle referenz
git-svn-id: https://svn.neo-layout.org@554 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | windows/autohotkey/neo20-all-in-one.ahk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/windows/autohotkey/neo20-all-in-one.ahk b/windows/autohotkey/neo20-all-in-one.ahk index 33f32d7..d950ec6 100644 --- a/windows/autohotkey/neo20-all-in-one.ahk +++ b/windows/autohotkey/neo20-all-in-one.ahk @@ -1315,7 +1315,7 @@ neo_7: }
else if Ebene = 5
{
- SendUnicodeChar(0x03F0) ; Kappa Symbol
+ SendUnicodeChar(0x03BA) ; greek small letter kappa
CompKey := ""
}
else if Ebene = 6
@@ -1817,7 +1817,7 @@ neo_k: else if Ebene = 4
Send ¡
else if Ebene = 5
- SendUnicodeChar(0x03BA) ;kappa
+ SendUnicodeChar(0x03F0) ;kappa symbol (varkappa)
else if Ebene = 6
SendUnicodeChar(0x221A) ; Wurzel
PriorDeadKey := "" CompKey := ""
@@ -1966,7 +1966,7 @@ neo_f: Send 9
}
else if Ebene = 5
- SendUnicodeChar(0x03D5) ; Symbol Phi
+ SendUnicodeChar(0x03C6) ; phi
else if Ebene = 6
SendUnicodeChar(0x03A6) ; Phi
PriorDeadKey := "" CompKey := ""
@@ -1990,7 +1990,7 @@ neo_q: Send {+}
}
else if Ebene = 5
- SendUnicodeChar(0x03C6) ; phi
+ SendUnicodeChar(0x03D5) ; phi symbol (varphi)
else if Ebene = 6
SendUnicodeChar(0x211A) ; Q (rationale Zahlen)
PriorDeadKey := "" CompKey := ""
@@ -2642,7 +2642,7 @@ neo_r: }
else if Ebene = 5
{
- SendUnicodeChar(0x03C1) ;rho
+ SendUnicodeChar(0x03F1) ; rho symbol (varrho)
CompKey := ""
}
else if Ebene = 6
@@ -3081,7 +3081,7 @@ neo_komma: Send 2
}
else if Ebene = 5
- SendUnicodeChar(0x03F1) ; varrho
+ SendUnicodeChar(0x03C1) ; rho
else if Ebene = 6
SendUnicodeChar(0x21D0) ; Doppelpfeil links
PriorDeadKey := "" CompKey := ""
@@ -3121,7 +3121,7 @@ neo_punkt: Send 3
}
else if Ebene = 5
- SendUnicodeChar(0x03B8) ;theta
+ SendUnicodeChar(0x03D1) ; theta symbol (vartheta)
else if Ebene = 6
SendUnicodeChar(0x0398) ; Theta
PriorDeadKey := "" CompKey := ""
@@ -3161,7 +3161,7 @@ neo_j: else if Ebene = 4
Send `;
else if Ebene = 5
- SendUnicodeChar(0x03D1) ; vartheta
+ SendUnicodeChar(0x03B8) ; theta
else if Ebene = 6
SendUnicodeChar(0x2261) ; identisch
PriorDeadKey := "" CompKey := ""
|