From 86d78402d8475c5ee2930ff115be69e7e3ac6a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=B6si?= Date: Wed, 26 Nov 2008 20:30:52 +0000 Subject: =?UTF-8?q?=E2=80=A2=20custom.ahk=20im=20APPDATA-Ordner=20(z.B.=20?= =?UTF-8?q?C:\Dokumente=20und=20Einstellungen\\Anwendungsdaten\N?= =?UTF-8?q?EO2\custom.ahk)=20wird=20nun=20dynamisch=20eingebunden.=20Im=20?= =?UTF-8?q?Make-Prozess=20wird=20die=20Datei=20kurzfristig=20umbenannt,=20?= =?UTF-8?q?um=20ein=20Einbinden=20der=20Datei=20des=20Maintainers=20ins=20?= =?UTF-8?q?EXE=20zu=20vermeiden.=20=E2=80=A2=20Bildschirmtastatur=20ist=20?= =?UTF-8?q?nun=20komplett=20in=20einer=20Datei=20(screenkeyboard.ahk).=20?= =?UTF-8?q?=E2=80=A2=20Einhand-Neo=20ist=20nun=20komplett=20in=20einer=20D?= =?UTF-8?q?atei=20(einhandneo.ahk).=20=E2=80=A2=20Lernmodus=20ist=20nun=20?= =?UTF-8?q?komplett=20in=20einer=20Datei=20(lernmodus.ahk).=20=E2=80=A2=20?= =?UTF-8?q?Lang-S-Tastatur=20ist=20nun=20komplett=20in=20einer=20Datei=20(?= =?UTF-8?q?langstastatur.ahk).=20=E2=80=A2=20Die=20erweiterten=20NEO-AHK-F?= =?UTF-8?q?unktionen=20(Unicode-Eingabe,=20-Decodieren,=20R=C3=B6mische=20?= =?UTF-8?q?Zahlen)=20sind=20nun=20komplett=20in=20einer=20Datei=20(tools.a?= =?UTF-8?q?hk).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1246 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/neo-vars/src/source/keydefinitions.ahk | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'windows/neo-vars/src/source/keydefinitions.ahk') diff --git a/windows/neo-vars/src/source/keydefinitions.ahk b/windows/neo-vars/src/source/keydefinitions.ahk index 7b9666e..4989997 100644 --- a/windows/neo-vars/src/source/keydefinitions.ahk +++ b/windows/neo-vars/src/source/keydefinitions.ahk @@ -27,7 +27,7 @@ ED("VK50SC019",1,"U0071","U0051","U0026","SNAdd","U03D5","U211A") ; q ED("VKBASC01A",1,"U00DF","U1E9E","U017F","" ,"U03C2","U2218") ; ß ED("VKBBSC01B",0,"Tacut","Tcedi","Tstrk","Tdbac","U1FBF","Tabdt") ; acute ; Reihe 3 -ED("VK41SC01E",1,"U0075","U0055","U005C","SHome","P_Uni","U222E") ; u +ED("VK41SC01E",1,"U0075","U0055","U005C","SHome","" ,"U222E") ; u ED("VK53SC01F",1,"U0069","U0049","U002F","SLeft","U03B9","U222B") ; i ED("VK44SC020",1,"U0061","U0041","U007B","SDown","U03B1","U2200") ; a ED("VK46SC021",1,"U0065","U0045","U007D","SRght","U03B5","U2203") ; e @@ -75,19 +75,19 @@ EDN("VK6ESC053","VK2ESC053",0,"SNDot","U002E","U002C","SNDel","U2032","U2033") ; ; other chars ED("space",0,"U0020","U0020","U0020","SN__0","U00A0","U202F") ED("esc" ,0,"U001B","U001B","PRlod","U001B","U001B","U001B") -ED("tab" ,0,"U0009","U0009","SComp","U0009","PM2LT","U0009") -ED("F1" ,0,"S__F1","S__F1","PBSTt","S__F1","" ,"") +ED("tab" ,0,"U0009","U0009","SComp","U0009","U0009","U0009") +ED("F1" ,0,"S__F1","S__F1","" ,"S__F1","" ,"") ED("F2" ,0,"S__F2","S__F2","" ,"S__F2","" ,"") ED("F3" ,0,"S__F3","S__F3","" ,"S__F3","" ,"") ED("F4" ,0,"S__F4","S__F4","" ,"S__F4","" ,"") ED("F5" ,0,"S__F5","S__F5","" ,"S__F5","" ,"") ED("F6" ,0,"S__F6","S__F6","" ,"S__F6","" ,"") ED("F7" ,0,"S__F7","S__F7","" ,"S__F7","" ,"") -ED("F8" ,0,"S__F8","S__F8","PBSTA","S__F8","" ,"") -ED("F9" ,0,"S__F9","S__F9","P_LMt","S__F9","" ,"") -ED("F10" ,0,"S_F10","S_F10","P_EHt","S_F10","" ,"") -ED("F11" ,0,"S_F11","S_F11","PLnSt","S_F11","" ,"") -ED("F12" ,0,"S_F12","S_F12","P_VMt","S_F12","" ,"") +ED("F8" ,0,"S__F8","S__F8","" ,"S__F8","" ,"") +ED("F9" ,0,"S__F9","S__F9","" ,"S__F9","" ,"") +ED("F10" ,0,"S_F10","S_F10","" ,"S_F10","" ,"") +ED("F11" ,0,"S_F11","S_F11","" ,"S_F11","" ,"") +ED("F12" ,0,"S_F12","S_F12","" ,"S_F12","" ,"") ED1("enter" ,"U000D") ED1("backspace","U0008") ED1("del" ,"S_Del") -- cgit v1.2.3