Changeset 897
- Timestamp:
- 09/16/08 18:13:15 (5 years ago)
- Location:
- windows/autohotkey
- Files:
-
- 12 modified
-
Build-Update.bat (modified) (1 diff)
-
Changelog-and-Todo.txt (modified) (1 diff)
-
Source/All.ahk (modified) (1 diff)
-
Source/Compose.ahk (modified) (1 diff)
-
Source/Global-Part.ahk (modified) (1 diff)
-
Source/Keys-Neo.ahk (modified) (1 diff)
-
Source/Keys-Qwert-to-Neo.ahk (modified) (1 diff)
-
Source/Methods-Layers.ahk (modified) (1 diff)
-
Source/Methods-Lights.ahk (modified) (1 diff)
-
Source/Methods-ScreenKeyboard.ahk (modified) (1 diff)
-
Source/Methods-Unicode.ahk (modified) (1 diff)
-
Source/Warning.ahk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
windows/autohotkey/Build-Update.bat
r838 r897 9 9 REM The order *is* important! 10 10 copy "Warning.ahk" + "Global-Part.ahk" + "Methods-Layers.ahk" + "Keys-Qwert-to-Neo.ahk" + "Keys-Neo.ahk" + "Methods-Lights.ahk" + "Methods-Other.ahk" + "Compose.ahk" + "Methods-Unicode.ahk" + "Methods-ScreenKeyboard.ahk" "..\%fn%.ahk" 11 REM if exist "..\Compose\Compose-all-in-one.ahk" copy "..\%fn%.ahk" + "..\Compose\Compose-all-in-one.ahk" "..\%fn%.ahk"12 11 13 12 echo Compiling the new Driver using AutoHotkey... -
windows/autohotkey/Changelog-and-Todo.txt
r888 r897 24 24 === Änderungshistorie === 25 25 26 Revision 897 (von Dennis Heidsiek) 27 - Skript kompiliert wieder (alle .ahk-Dateien enden jetzt mit mindestens zwei Leezeilen) 28 - Ein Überbleibsel aus dem Build-Skript entfernt (bezog sich noch auf den Compose-Playground). 26 29 Revision 888 (von Martin Roppelt) 27 30 - Cokos mit 4 Tasten möglich. -
windows/autohotkey/Source/All.ahk
r872 r897 15 15 #Include %a_scriptdir%\Methods-Unicode.ahk 16 16 #Include %a_scriptdir%\Methods-ScreenKeyboard.ahk 17 18 -
windows/autohotkey/Source/Compose.ahk
r873 r897 2826 2826 CheckCompUni("<c> <z>", 0x17E) 2827 2827 } 2828 2829 -
windows/autohotkey/Source/Global-Part.ahk
r840 r897 336 336 exitapp 337 337 return 338 339 -
windows/autohotkey/Source/Keys-Neo.ahk
r888 r897 1152 1152 CompKey := "" 1153 1153 } return 1154 1155 -
windows/autohotkey/Source/Keys-Qwert-to-Neo.ahk
r849 r897 238 238 *VK6ESC053:: ; NumPadDot 239 239 *VK2ESC053::goto neo_NumpadDot ; NumPadIns 240 241 -
windows/autohotkey/Source/Methods-Layers.ahk
r872 r897 127 127 return (GetKeyState("<","P") or GetKeyState("SC138","P") or GetKeyState("�","P")) 128 128 } 129 130 131 -
windows/autohotkey/Source/Methods-Lights.ahk
r812 r897 105 105 DllCall("RtlFillMemory", "UInt", &pDest + pOffset + A_Index-1, "UInt", 1, "UChar", pInteger >> 8*(A_Index-1) & 0xFF) 106 106 } 107 108 -
windows/autohotkey/Source/Methods-ScreenKeyboard.ahk
r812 r897 155 155 } 156 156 Return 157 158 -
windows/autohotkey/Source/Methods-Unicode.ahk
r872 r897 32 32 DllCall("ntdll\RtlFillMemoryUlong","Uint",ref,"Uint",4,"Uint",val) 33 33 } 34 35 -
windows/autohotkey/Source/Warning.ahk
r828 r897 42 42 ******************************************* 43 43 */ 44 45
