| Author |
Message |
Forum: Scripts Topic: Command-List (OSD) |
| mange |
|
Posted: January 20th, 2010, 1:08 am
|
|
Replies: 2 Views: 735
|
cool script, I tested it a little using "C:\Program Files\AutoHotkey\Extras\Editors\Syntax\Commands.txt" for the commands list.
worked pretty well, but I had to change the hotkey to just Alt+A  |
|
 |
Forum: Support Topic: find replace ยป right angle quotes |
| mange |
|
Posted: February 14th, 2009, 5:25 am
|
|
Replies: 5 Views: 743
|
| Assuming the you identify the character as 0x1E (ascii record separator) special := Chr(0x1E) StringReplace,text,text,%special%,xxx,UseErrorLevel OMG this worked!!! Hours of searching for errors and then I found out that it was a special linefeed, then another hour of trying to replace it w... |
|
 |
| Sort by: |