From 36f14c930f1eb5c97d7ac66c4b80b95291e2a803 Mon Sep 17 00:00:00 2001 From: arno Date: Sat, 14 Apr 2007 13:09:00 +0000 Subject: ^ und ~ in der ahk aktualisiert git-svn-id: https://svn.neo-layout.org@69 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/XP/autohotkey/NEO.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'windows/XP') diff --git a/windows/XP/autohotkey/NEO.ahk b/windows/XP/autohotkey/NEO.ahk index a8ba9c4..5fa25d3 100644 --- a/windows/XP/autohotkey/NEO.ahk +++ b/windows/XP/autohotkey/NEO.ahk @@ -186,7 +186,7 @@ SC035::send j <^>!w::send _ <^>!e::send [ <^>!r::send ] -<^>!t::send ~ +<^>!t::send {^} <^>!z::send {!} <^>!u::send {<} <^>!i::send {>} @@ -208,7 +208,7 @@ SC035::send j <^>!ä::send y ;SC02B (#) wird zu Mod5 -<^>!y::send {^} +<^>!y::send ~ <^>!x::send $ <^>!c::send | <^>!v::send {#} -- cgit v1.2.3