Search found 3 matches

by kkwillmert
19 Sep 2017, 14:12
Forum: Scripts and Functions (v1)
Topic: Custom text wrapping script
Replies: 5
Views: 3067

Re: Custom text wrapping script

I would like to see the hotkey you wrote that utilizes this script. Please post that too with an example how to do it. Here you go! I'm using this in Windows 10, not sure how well it will behave for other OS's. ; Assuming you have the previously-posted script saved in a file named ; TextWrapper.ahk...
by kkwillmert
19 Sep 2017, 14:02
Forum: Scripts and Functions (v1)
Topic: Custom text wrapping script
Replies: 5
Views: 3067

Re: Custom text wrapping script

Maybe add msgbox % wrappedText after Gosub , WrapText in the example. Done :-) Note: wrappedText would be: "C:\Games\`nGuild`nWars\`nGW.exe" actually becomes C:\Games\`nGuild Wars\GW.exe Thanks for catching that, that's the OP's example and I didn't actually test it out :oops: . I'm not sure if I b...
by kkwillmert
14 Sep 2017, 16:00
Forum: Scripts and Functions (v1)
Topic: Custom text wrapping script
Replies: 5
Views: 3067

Custom text wrapping script

In my search for a script that would help me write a hotkey to wrap highlighted text (for use in code header block comments), I stumbled across an old script by Gehn in the archived forums: https://autohotkey.com/board/topic/2459-custom-text-wrapping-script/ Unfortunately, the script doesn't work on...

Go to advanced search