From 4083e59dec000703ff968af3b07c2bbd2c4f12a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=B6si?= Date: Sat, 1 Nov 2008 09:30:54 +0000 Subject: =?UTF-8?q?Unshifts=20f=C3=BCr=20wenige=20Zeichen=20hinzugef=C3=BC?= =?UTF-8?q?gt,=20die=20auf=20NEO=20=C3=BCblicherweise=20ein=20Shift=20brau?= =?UTF-8?q?chen,=20aber=20in=20der=20Emulation=20ihres=20Shifts=20beraubt?= =?UTF-8?q?=20werden=20m=C3=BCssen,=20sonst=20kommt=20nichts=20oder=20Br?= =?UTF-8?q?=C3=B6sel=20heraus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1078 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/neo-vars/shortcuts.ahk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'windows') diff --git a/windows/neo-vars/shortcuts.ahk b/windows/neo-vars/shortcuts.ahk index 9296f75..e0d2cc5 100644 --- a/windows/neo-vars/shortcuts.ahk +++ b/windows/neo-vars/shortcuts.ahk @@ -37,6 +37,7 @@ DNCSU005E := "{^}{space}" DNCSU0060 := "{``}{space}" DNCSU007D := "{}}" ; "{} down}" geht nicht, warum auch immer DNCSU00B4 := "{´}{space}" +UNSHU00B4 := 1 /**** die meisten der folgenden Shortcuts werden von AHK zwar verarbeitet, **** von dort aber nur als ALT+Numpad verschickt und daher nicht für alle @@ -44,6 +45,7 @@ DNCSU00B4 := "{ **** geschickt. */ CSU20AC := chr(128) ; € +UNSHU20AC := 1 ; CSU201A := chr(130) ; ‚ ; CSU0192 := chr(131) ; ƒ ; CSU201E := chr(132) ; „ @@ -85,6 +87,9 @@ CSU00F6 := chr(246) ; CSU00FC := chr(252) ; ü CSU00FF := chr(255) ; ÿ +CSSSh_L := "LShift" +CSSSh_R := "RShift" +CSSCaps := "CapsLock" CSS_Del := "Delete" CSS_Ins := "Insert" CSS__Up := "Up" -- cgit v1.2.3