Search found 85 matches

by davebrny
23 Dec 2016, 18:42
Forum: Scripts and Functions (v1)
Topic: msg() - message commands that are quick to type and easy to switch between
Replies: 2
Views: 2060

msg() - message commands that are quick to type and easy to switch between

some message functions that make the process of debugging scripts a bit quicker than the default commands msg_box() msg_tray() msg_tool() msg_splash() more info and downloads on the gist page some pros over the default commands: quick to type (even without auto-complete) less options to fill in easy...
by davebrny
23 Dec 2016, 17:26
Forum: Scripts and Functions (v1)
Topic: Easy Access to Currently Opened Folders
Replies: 8
Views: 5541

Re: Easy Access to Currently Opened Folders

leeroy wrote:the address bar editbox is bumped to Edit3!
ha what a mess. its like the search box in the autohotkey .chm help file. it changes to a different edit number depending on what tabs youve clicked on which means there is no predictable way to know which it is :headwall:
by davebrny
22 Dec 2016, 18:54
Forum: Scripts and Functions (v1)
Topic: Easy Access to Currently Opened Folders
Replies: 8
Views: 5541

Re: Easy Access to Currently Opened Folders

this has been one of my pet peeves since forever. all the way back to windows xp when i got my first computer. its even more frustrating when the folder is open right there beside the "save as" window. its strange to think there is still no official solution after all this time but maybe none of the...
by davebrny
06 Dec 2016, 16:08
Forum: Scripts and Functions (v1)
Topic: txt.wrap - wrap selected text in %symbols%
Replies: 5
Views: 3942

Re: text wrap

sublime text does a good few of these as well, which i mostly use when programming since it doesnt need to use the clipboard. i mostly use these hotkeys when editing text elsewhere, or when using markdown online or using the quotes to narrow down searches or whatever. perhaps you could use AHKs Inpu...
by davebrny
05 Dec 2016, 08:10
Forum: Scripts and Functions (v1)
Topic: txt.wrap - wrap selected text in %symbols%
Replies: 5
Views: 3942

txt.wrap - wrap selected text in %symbols%

wrap selected text in %symbols% using a two stage hotkey alt + w then " ...will wrap selected text like this: "quotes" alt + w then % ...will wrap selected text like: %parenthesis% and so on you can add your own custom text to the ini section at the top of the file. the format is: key character = le...

Go to advanced search