diff options
author | martin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-07-09 00:36:54 +0000 |
---|---|---|
committer | martin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-07-09 00:36:54 +0000 |
commit | 2dce8e0fbf76d87460f513e7034989e118ab61f4 (patch) | |
tree | ac7f4f9ebf07a6104b3cc6c33cf001eef1464da8 | |
parent | 5ab7d138d83300f193c5e56f4f23a05ebae54c28 (diff) |
Spitze Klammern (bra und ket) testweise auf M5+8/9
NEO-20-Layout-alle-6-Ebenen.ods jetzt auch in Farbe(!) verbessert
git-svn-id: https://svn.neo-layout.org@629 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r-- | grafik/NEO-20-Layout-alle-6-Ebenen.ods | bin | 26547 -> 26555 bytes | |||
-rw-r--r-- | windows/autohotkey/Source/Keys-Neo.ahk | 8 | ||||
-rw-r--r-- | windows/autohotkey/neo20-all-in-one.ahk | 8 | ||||
-rw-r--r-- | windows/autohotkey/neo20-all-in-one.exe | bin | 421096 -> 421104 bytes |
4 files changed, 12 insertions, 4 deletions
diff --git a/grafik/NEO-20-Layout-alle-6-Ebenen.ods b/grafik/NEO-20-Layout-alle-6-Ebenen.ods Binary files differindex 0d3d6a4..eff7831 100644 --- a/grafik/NEO-20-Layout-alle-6-Ebenen.ods +++ b/grafik/NEO-20-Layout-alle-6-Ebenen.ods diff --git a/windows/autohotkey/Source/Keys-Neo.ahk b/windows/autohotkey/Source/Keys-Neo.ahk index acfbacb..585f873 100644 --- a/windows/autohotkey/Source/Keys-Neo.ahk +++ b/windows/autohotkey/Source/Keys-Neo.ahk @@ -589,7 +589,9 @@ neo_8: CompKey := ""
}
else if Ebene = 5
- { } ; leer
+ {
+ SendUnicodeChar(0x27E8) ;bra (öffnende spitze klammer)
+ }
else if Ebene = 6
{
SendUnicodeChar(0x2204) ; es existiert nicht
@@ -652,7 +654,9 @@ neo_9: CompKey := ""
}
else if Ebene = 5
- { } ; leer
+ {
+ SendUnicodeChar(0x27E9) ;ket (schließende spitze klammer)
+ }
else if Ebene = 6
{
SendUnicodeChar(0x2226) ; nicht parallel
diff --git a/windows/autohotkey/neo20-all-in-one.ahk b/windows/autohotkey/neo20-all-in-one.ahk index aa8089e..67e03dd 100644 --- a/windows/autohotkey/neo20-all-in-one.ahk +++ b/windows/autohotkey/neo20-all-in-one.ahk @@ -1666,7 +1666,9 @@ neo_8: CompKey := ""
}
else if Ebene = 5
- { } ; leer
+ {
+ SendUnicodeChar(0x27E8) ;bra (öffnende spitze klammer)
+ }
else if Ebene = 6
{
SendUnicodeChar(0x2204) ; es existiert nicht
@@ -1729,7 +1731,9 @@ neo_9: CompKey := ""
}
else if Ebene = 5
- { } ; leer
+ {
+ SendUnicodeChar(0x27E9) ;ket (schließende spitze klammer)
+ }
else if Ebene = 6
{
SendUnicodeChar(0x2226) ; nicht parallel
diff --git a/windows/autohotkey/neo20-all-in-one.exe b/windows/autohotkey/neo20-all-in-one.exe Binary files differindex 8aa31af..6027159 100644 --- a/windows/autohotkey/neo20-all-in-one.exe +++ b/windows/autohotkey/neo20-all-in-one.exe |