From 2dce8e0fbf76d87460f513e7034989e118ab61f4 Mon Sep 17 00:00:00 2001 From: martin_r Date: Wed, 9 Jul 2008 00:36:54 +0000 Subject: 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 --- windows/autohotkey/Source/Keys-Neo.ahk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'windows/autohotkey/Source/Keys-Neo.ahk') 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 -- cgit v1.2.3