Changeset 1087
- Timestamp:
- 11/02/08 01:06:49 (5 years ago)
- Location:
- windows
- Files:
-
- 3 modified
-
autohotkey/Source/Global-Part.ahk (modified) (1 diff)
-
autohotkey/Source/Methods-Other.ahk (modified) (2 diffs)
-
neo-vars/recycle.ahk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
windows/autohotkey/Source/Global-Part.ahk
r1058 r1087 81 81 82 82 /*********************** 83 * Re courcen-Verwaltung *83 * Resourcen-Verwaltung * 84 84 ************************ 85 85 */ -
windows/autohotkey/Source/Methods-Other.ahk
r1046 r1087 87 87 OutputChar(val1,val2) { 88 88 global 89 if !(CheckComp(val2) and DeadCompose)89 if (!CheckComp(val2)) 90 90 send % "{blind}" . val1 91 91 } … … 99 99 d := val3 100 100 else d := val4 101 if !(CheckComp(d) and DeadCompose)101 if (!CheckComp(d)) 102 102 if GetKeyState("Shift","P") and isMod2Locked 103 103 send % "{blind}{Shift Up}" . c . "{Shift Down}" -
windows/neo-vars/recycle.ahk
r1081 r1087 75 75 76 76 /*********************** 77 * Re courcen-Verwaltung *77 * Resourcen-Verwaltung * 78 78 ************************ 79 79 */
