From 6db40a48d0c1447e52074146fc907fe57d720db3 Mon Sep 17 00:00:00 2001 From: martin_r Date: Tue, 7 Oct 2008 20:20:24 +0000 Subject: Ergänzung zum Numpad MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@955 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/autohotkey/Source/Keys-Neo.ahk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'windows') diff --git a/windows/autohotkey/Source/Keys-Neo.ahk b/windows/autohotkey/Source/Keys-Neo.ahk index 0abf17b..f3b75a1 100644 --- a/windows/autohotkey/Source/Keys-Neo.ahk +++ b/windows/autohotkey/Source/Keys-Neo.ahk @@ -837,6 +837,8 @@ neo_NumLock: SendUnicodeChar(0x2260, "notequal") ; Ungleich zu else if (Ebene = 5) SendUnicodeChar(0x2248, "approxeq") ; Fast gleich + else if (Ebene = 6) + SendUnicodeChar(0x2261, "identical") return neo_NumpadDiv: -- cgit v1.2.3