summaryrefslogtreecommitdiffstats
path: root/windows/neo-vars/shortcuts.ahk
diff options
context:
space:
mode:
authormösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-11-01 09:30:54 +0000
committermösi <mösi@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-11-01 09:30:54 +0000
commit4083e59dec000703ff968af3b07c2bbd2c4f12a0 (patch)
tree02e5fec1cd6ae800f2d9332dc0ded97c8c48bc83 /windows/neo-vars/shortcuts.ahk
parent4cd4cb0b749bbf9f14475c643d8aef61527702a9 (diff)
Unshifts für wenige Zeichen hinzugefügt, die auf NEO üblicherweise ein Shift brauchen, aber in der Emulation ihres Shifts beraubt werden müssen, sonst kommt nichts oder Brösel heraus
git-svn-id: https://svn.neo-layout.org@1078 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r--windows/neo-vars/shortcuts.ahk5
1 files changed, 5 insertions, 0 deletions
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 := "{´}{space}"
**** 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"