summaryrefslogtreecommitdiffstats
path: root/windows/autohotkey/neo20-all-in-one.ahk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ahk: „all-in-one“ bei Dateiname entfernt, .bat entsprechend angepasststmayer2008-07-181-5184/+0
| | | | git-svn-id: https://svn.neo-layout.org@674 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* ‚…‘ zusätzlich auf M3+x; martin_r2008-07-131-5/+9
| | | | | | Lang-ſ-Tastatur probeweise auf M4+Esc git-svn-id: https://svn.neo-layout.org@645 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* ach ja, exe auch noch aktualisiert…martin_r2008-07-111-1/+1
| | | | git-svn-id: https://svn.neo-layout.org@639 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* Spitze Klammern (bra und ket) testweise auf M5+8/9martin_r2008-07-091-2/+6
| | | | | | NEO-20-Layout-alle-6-Ebenen.ods jetzt auch in Farbe(!) verbessert git-svn-id: https://svn.neo-layout.org@629 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* neo20-all-in-one.ahk und -.exe aktualisiertmartin_r2008-07-081-59/+102
| | | | git-svn-id: https://svn.neo-layout.org@627 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* EXE aktualisert, MOD4-Lock-Error besteht weiterhin.dennis2008-07-081-21/+28
| | | | git-svn-id: https://svn.neo-layout.org@620 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* Erfolgloser Versuch, den Mod4-Lock wiederherzustellen (durch eine Tilde von ↵dennis2008-07-081-32/+93
| | | | | | den Scancodes der Bildschirmtastatur). git-svn-id: https://svn.neo-layout.org@615 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* Der Versuch, das viel zu lange gewordenene AHK-Skript in logische Eizelteile ↵dennis2008-07-021-179/+208
| | | | | | aufzuteilen. git-svn-id: https://svn.neo-layout.org@591 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* Erste technische Vorarbeiten zur logischen Modularisierung des viel zu lange ↵dennis2008-07-021-0/+89
| | | | | | gewordenen AHK-Skriptes. git-svn-id: https://svn.neo-layout.org@590 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* Kleinere Korrekturen (Mod3+Numpad5, Mod5+Numpad5 und Mod3+Numpad9 stimmen ↵dennis2008-06-281-2/+7
| | | | | | wieder mit der Referenz überein). git-svn-id: https://svn.neo-layout.org@583 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* - Hotkeys für einHandNeo und lernModus durch entsprechende ScanCodes ersetzt matthias2008-06-251-3/+5
| | | | git-svn-id: https://svn.neo-layout.org@570 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* - Sonderzeichen, Umlaute, z und y durch ScanCodes ersetztmatthias2008-06-251-58/+29
| | | | | | | | * jetzt wird auch bei eingestelltem US Layout Neo verwendet. (z.B. für Chinesische InputMethodEditors) * rechter Mod3 geht noch nicht bei US Layout (weder ScanCode noch "\") git-svn-id: https://svn.neo-layout.org@568 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* Minimale Schönheitskorrektur im LED-Methodenteil.dennis2008-06-241-3/+3
| | | | git-svn-id: https://svn.neo-layout.org@567 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* Aktivierter Mod4 Lock wird jetzt über die Rollen-LED des Keybord angezeigt ↵dennis2008-06-241-5/+140
| | | | | | (analog zu CapsLock), dementsprechende neue Option im Skript: UseMod4Light git-svn-id: https://svn.neo-layout.org@566 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* Ebene 4 Tab verhält sich jetzt wie das andere Tab dank "goto neo_tab"matthias2008-06-221-2/+4
| | | | git-svn-id: https://svn.neo-layout.org@561 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* Neue Option im Skript: bildschirmTastaturEinbinden bindet die (äußerst ↵dennis2008-06-221-13/+38
| | | | | | hilfreichen) PNG-Bilder der Bildschirmtastur mit in die exe-Datei ein, so dass sich der Benutzer nur eine Datei herunterladen muss git-svn-id: https://svn.neo-layout.org@560 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* - Shift+Alt+Tab Problem gelöst (muss noch mehr auf Nebeneffekte getestet ↵matthias2008-06-221-7/+26
| | | | | | werden) git-svn-id: https://svn.neo-layout.org@559 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* paak->paarmatthias2008-06-221-1/+1
| | | | git-svn-id: https://svn.neo-layout.org@558 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* - Icon-Bug behobenmatthias2008-06-221-29/+37
| | | | | | | | | * Hotkeys dürfen nicht vor der folgenden Zeile stehen: "menu, tray, icon, neo.ico,,1" - lernModus-Konfigurations-Bug behoben: or statt and(not) - Ein paak leere Else-Fälle eingebaut (Verständlichkeit, mögliche Compilerprobleme vermeiden) git-svn-id: https://svn.neo-layout.org@557 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* lernModusmatthias2008-06-211-41/+167
| | | | git-svn-id: https://svn.neo-layout.org@556 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* akh: Changehistory ergänzt.dennis2008-06-211-1/+4
| | | | git-svn-id: https://svn.neo-layout.org@555 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* ahk: rho, theta, kappa, phi angepasst an aktuelle referenzstmayer2008-06-211-8/+8
| | | | git-svn-id: https://svn.neo-layout.org@554 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* ahk: Mod4-Ziffernblock mit ,.:;stmayer2008-06-211-4/+4
| | | | git-svn-id: https://svn.neo-layout.org@553 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* - bei EinHandNeo ist jetzt Space+y auch Mod4matthias2008-06-191-53/+70
| | | | | | | - AltGr-Bug hoffentlich wieder behoben. Diesmal mit extra altGrPressed Variable - nurEbenenFuenfUndSechs umbenannt in ahkTreiberKombi und auf Ebene 4 statt 5 und 6 geändert git-svn-id: https://svn.neo-layout.org@542 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* ahk: EinHandNeo ist standardmäßig deaktiviertstmayer2008-06-181-1/+1
| | | | git-svn-id: https://svn.neo-layout.org@540 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* ahk: stark überarbeitet um Wartbarkeit zu erhöhen und stmayer2008-06-181-143/+736
| | | | | | Redundanz zu veringern, OneHandNeo git-svn-id: https://svn.neo-layout.org@539 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* ahk: aktualisierter Treiber mit On-Screen-Keyboardstmayer2008-06-161-3/+243
| | | | git-svn-id: https://svn.neo-layout.org@532 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* ahk: ico automatisch gesetzt, falls dateien existierenstmayer2008-06-141-2/+9
| | | | git-svn-id: https://svn.neo-layout.org@529 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* ahk: Mod3-Lock, Neo-Icon im Systray moeglich (siehe readme)stmayer2008-06-141-16/+74
| | | | git-svn-id: https://svn.neo-layout.org@528 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* ahk-Treiber: iota geht, AltGr macht keine Probleme mehr, Shift+Mod4 markiertstmayer2008-06-141-6/+11
| | | | | | | ahk-mod-test gelöscht, da richtiger Treiber nun angepasst Readme aktualisiert git-svn-id: https://svn.neo-layout.org@527 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* weiteres ahk-Update von Matthias, u.a. Schalter eingebaut, Mod4-Lock, Ebenen ↵stmayer2008-06-141-778/+974
| | | | | | angepasst usw. git-svn-id: https://svn.neo-layout.org@526 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* ahk: weitere updates von matthiasstmayer2008-06-111-209/+507
| | | | git-svn-id: https://svn.neo-layout.org@524 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* ahk-generalupdate von matthiasstmayer2008-06-101-52/+91
| | | | git-svn-id: https://svn.neo-layout.org@523 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* ahk: Problem mit Shift behobenstmayer2008-06-081-2/+2
| | | | git-svn-id: https://svn.neo-layout.org@521 b9310e46-f624-0410-8ea1-cfbb3a30dc96
* git-svn-id: https://svn.neo-layout.org@505 b9310e46-f624-0410-8ea1-cfbb3a30dc96florian2008-05-061-0/+3198