diff options
Diffstat (limited to 'windows')
-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 |