diff options
author | dennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-06-28 00:23:42 +0000 |
---|---|---|
committer | dennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-06-28 00:23:42 +0000 |
commit | dcf71e472b1271120211264485cbd6dfca32ac3c (patch) | |
tree | e7788388df0528cbf79974b7a691ac2c284a5c62 | |
parent | 7b3eb8c787394811e8704ec47005307507818ad0 (diff) |
Kleinere Korrekturen (Mod3+Numpad5, Mod5+Numpad5 und Mod3+Numpad9 stimmen wieder mit der Referenz überein).
git-svn-id: https://svn.neo-layout.org@583 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r-- | windows/autohotkey/Compose/Compose-all-in-one.ahk | 4 | ||||
-rw-r--r-- | windows/autohotkey/neo20-all-in-one.ahk | 9 | ||||
-rw-r--r-- | windows/autohotkey/neo20-all-in-one.exe | bin | 421724 -> 421718 bytes |
3 files changed, 8 insertions, 5 deletions
diff --git a/windows/autohotkey/Compose/Compose-all-in-one.ahk b/windows/autohotkey/Compose/Compose-all-in-one.ahk index 1488ef4..8915d3e 100644 --- a/windows/autohotkey/Compose/Compose-all-in-one.ahk +++ b/windows/autohotkey/Compose/Compose-all-in-one.ahk @@ -47,7 +47,7 @@ Autoren: Matthias Berg, Dennis Heidsiek compose aktiviert die hotstrings und die nächsten gr (copyright) oder 12
(einhalb) werden ersetzt und deaktivieren es aber sofort.
-Also {compose}neogrneo12 wird zu neo©neo12 (einhalb wird nicht ersetzt).
+Also {compose}neoocneo12 wird zu neo©neo12 (einhalb wird nicht ersetzt).
damit dies aber nicht unendlich lange geht (also erst ein paar Wörter später
eine Ersetzung erfolgt, weil nach Compose doch umentschieden wurde), wird mit
Space (vielleicht auch später mit anderen Tasten) compose wieder deaktiviert.
@@ -148,8 +148,6 @@ w:: return
/*
-*R:: sendinput {blind}r
-
********************************************
* Unicode-Methoden
********************************************
diff --git a/windows/autohotkey/neo20-all-in-one.ahk b/windows/autohotkey/neo20-all-in-one.ahk index 39c2aa9..4dfa8bf 100644 --- a/windows/autohotkey/neo20-all-in-one.ahk +++ b/windows/autohotkey/neo20-all-in-one.ahk @@ -3459,6 +3459,11 @@ neo_Numpad9: send {NumpadPgUp}
CompKey := ""
}
+ else if Ebene = 3
+ {
+ SendUnicodeChar(0x2297) ; Tensorprodukt ; Vektor in die Ebene zeigend
+ CompKey := ""
+ }
else if ( (Ebene = 4) or (Ebene = 5) )
{
SendUnicodeChar(0x226B) ; gg
@@ -3528,12 +3533,12 @@ neo_Numpad5: }
else if Ebene = 3
{
- send †
+ SendUnicodeChar(0x221E) ; INFINITY
CompKey := ""
}
else if ( (Ebene = 4) or (Ebene = 5) )
{
- SendUnicodeChar(0x220A) ; small element of
+ SendUnicodeChar(0x220B) ; enthält das Element
CompKey := ""
}
PriorDeadKey := ""
diff --git a/windows/autohotkey/neo20-all-in-one.exe b/windows/autohotkey/neo20-all-in-one.exe Binary files differindex 2982add..1e32eef 100644 --- a/windows/autohotkey/neo20-all-in-one.exe +++ b/windows/autohotkey/neo20-all-in-one.exe |