From 7434de7f1dbf0ace8976167d3261933b31e221fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=B6si?= Date: Tue, 11 Nov 2008 16:22:14 +0000 Subject: =?UTF-8?q?Die=20VM-Belegungsvariante=20hat=20nun=20die=20Tasten?= =?UTF-8?q?=204=20und=205=20auf=20den=20Ebenen=202=20und=203=20vertauscht,?= =?UTF-8?q?=20sodass=20man=20die=20einfachen=20und=20doppelten=20Guillemot?= =?UTF-8?q?s=20in=20diesem=20Modus=20im=20=C2=ABnicht-deutschen=20Modus?= =?UTF-8?q?=C2=BB=20verwendet.=20Vielleicht=20machen=20wir=20daraus=20auch?= =?UTF-8?q?=20mal=20eine=20Extra-Option=20f=C3=BCr=20das=20normale=20Layou?= =?UTF-8?q?t.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1168 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/neo-vars/src/Source/varsfunctions.ahk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/neo-vars/src/Source/varsfunctions.ahk b/windows/neo-vars/src/Source/varsfunctions.ahk index 95f6105..c8c00d3 100644 --- a/windows/neo-vars/src/Source/varsfunctions.ahk +++ b/windows/neo-vars/src/Source/varsfunctions.ahk @@ -228,6 +228,8 @@ CharProc(subroutine) { ED("VK47SC022",1,"U006C","U004C","U002A","S_End","U03BB","U039B") ; l ED("VKDESC028",1,"U0078","U0058","U0040","U002E","U03BE","U039E") ; x ED("VK56SC02F",1,"U0076","U0056","U007E","U000D","" ,"U2259") ; v + ED("VK34SC005",0,"U0034","U00AB","U2039","SPgUp","U2020","U22A5") ; 4 + ED("VK35SC006",0,"U0035","U00BB","U203A","" ,"U2640","U2221") ; 5 } else if (subroutine == "_VM0") { ; VM-Tastaturbelegungsvariante deaktivieren ED("VK51SC010",1,"U0078","U0058","U2026","U22EE","U03BE","U039E") ; x @@ -241,6 +243,8 @@ CharProc(subroutine) { ED("VK47SC022",1,"U006F","U004F","U002A","S_End","U03BF","U2208") ; o ED("VKDESC028",1,"U0079","U0059","U0040","U002E","U03C5","U2207") ; y ED("VK56SC02F",1,"U0070","U0050","U007E","U000D","U03C0","U03A0") ; p + ED("VK34SC005",0,"U0034","U00BB","U203A","SPgUp","U2020","U22A5") ; 4 + ED("VK35SC006",0,"U0035","U00AB","U2039","" ,"U2640","U2221") ; 5 } else if (subroutine == "_EHt") { ; Einhandmodus togglen einHandNeo := !(einHandNeo) -- cgit v1.2.3