AutoHotkey Community

It is currently May 27th, 2012, 11:21 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 22 posts ]  Go to page 1, 2  Next

How do you use AutoHotkey most of the time?
Mainly for remapping keys and/or adding a few hotkeys
Mainly for automating applications/games
Mainly for replacing batch files/small scripting tasks
Mainly for creating small GUI based applications/utilities
Mainly as a programming language for small - large projects
Other...
You may select 1 option

View results
Author Message
PostPosted: May 20th, 2006, 6:25 am 
Offline
User avatar

Joined: December 29th, 2004, 1:28 pm
Posts: 2545
Just curious... :)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 20th, 2006, 7:15 am 
Offline

Joined: July 12th, 2005, 1:21 pm
Posts: 633
I am using it very much for little GUI-based Tools, but more time is spent in larger projects.
The only problem is that most of them are for (german) games. So I did never release something bigger here...

Thalon

_________________
AHK-Icon-Changer
AHK-IRC
deutsches Forum


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 20th, 2006, 10:15 am 
Offline
User avatar

Joined: December 26th, 2005, 4:40 pm
Posts: 8776
I voted for Other!...

I use this wonderful utility for a little of everything (except games! I do not play games..)

Regards, :)

_________________
URLGet - Internet Explorer based Downloader
StartEx - Portable Shortcut Link


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 20th, 2006, 10:22 am 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
I mainly create macros and helpers for my games but I also like making GUI based apps and functions in my free time to share on the forums.

_________________
GitHubScriptsIronAHK Contact by email not private message.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 20th, 2006, 12:07 pm 
Mainly apps for the job. 24/7 processing.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 20th, 2006, 5:06 pm 
Offline

Joined: February 14th, 2005, 4:05 pm
Posts: 4710
Location: Boulder, CO
I'd also voted on "All of the above"


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 20th, 2006, 5:11 pm 
Offline
User avatar

Joined: December 29th, 2004, 1:28 pm
Posts: 2545
Laszlo wrote:
I'd also voted on "All of the above"

Thanks for voting (thanks to everyone else also) :) . I also use AutoHotkey for all of the above. Is there any particular task that you find yourself using AutoHotkey for more often?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 20th, 2006, 5:56 pm 
Offline

Joined: February 14th, 2005, 4:05 pm
Posts: 4710
Location: Boulder, CO
corrupt wrote:
Is there any particular task that you find yourself using AutoHotkey for more often?
Prototyping functions, testing algorithms.

I constantly use my keyboard enhancement scripts (symbols, accents, hotstrings), double right-click for my personal data entry to forms, hotkeys to frequent tasks, open recent documents, compute expressions – insert results into documents, manipulate clipboards, save screenshots under unique file names, run little AHK apps, like digital and analog clocks, calendar, mini editor/executor of small scripts, showing toggle states in the start button, shutting down unwanted processes, dim/switch off screen, start screen saver, scroll background windows with the mouse wheel, adjust mouse sensitivity…


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 22nd, 2006, 7:32 pm 
Offline

Joined: May 16th, 2006, 8:21 pm
Posts: 58
I answered - Programming language -

But after thinking about, its a program i use to audimate stuff at work..

So, i use it as a programming langue & an audimation tool.

I've thought about its usefullness in games, but just cant break the moral delema to be actively "botting" my games.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 22nd, 2006, 7:32 pm 
Offline
User avatar

Joined: December 29th, 2004, 1:28 pm
Posts: 2545
Wow. Only 13 users of AutoHotkey? :lol:
Quote:
Total Votes : 13

If a few others could take a moment to vote it would be appreciated (comments would be appreciated also but are not necessary) :)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 22nd, 2006, 7:54 pm 
Offline

Joined: February 12th, 2005, 8:31 pm
Posts: 82
I chose
Quote:
Mainly for creating small GUI based applications/utilities
because GUI is the main focus in my AHK activities. But I also use it for automating and remapping from time to time.

Or do you consider scripts like BBCodeWriter, ... more like the point programming language than GUI based?

_________________
Cheers
BBCodeWriterToDo-ListCopyPassage


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 22nd, 2006, 8:30 pm 
Offline

Joined: August 24th, 2005, 5:17 pm
Posts: 1237
I chose: Mainly for automating applications/games

But "all of the above" would also be applicable. A lot of my scripts cross over between automation/gui and hotkey functions, e.g, some of my scripts:
Alt-Tab replacement
Keyboard Media Keys (hotkeys) for USB Keyboards
Logitech USB Headset inline remote control (and managing volume settings)
Middle Mouse hotkeys for opening IE links in a new window, closing windows on their titlebar, etc - hotkey and automation.
PSPad Helper - a gui and automation.
Screen Off - Dim - gui/hotkeys and dllcall
Start Button Clock + cpu and memory bars - mostly gui.
Windows XP Hiding icons - automation of windows settings

I've also written some scripts for friends to help them use a few programs more easily, mostly by automation.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 22nd, 2006, 8:33 pm 
Offline
User avatar

Joined: December 29th, 2004, 1:28 pm
Posts: 2545
AGermanUser wrote:
Or do you consider scripts like BBCodeWriter, ... more like the point programming language than GUI based?
I think there's a bit of an overlap but that's ok. I'm more looking to see what the ratios are between casual use, moderate, intermediate, advanced, etc... :)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 23rd, 2006, 8:32 am 
Offline

Joined: December 27th, 2005, 1:46 pm
Posts: 6837
Location: France (near Paris)
I voted for the first item, hotkeys and friends, because it is the real use I make, ie. automating small tasks.
Now, of course, I like to play with it, helping others or making small funny applications, like my TrueType header parser or the gradient titles.
Althought I haven't made big GUIs yet, I believe it is a good language to make front-ends to command line utilities, like the wrapper around PsExec.

_________________
Image vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 23rd, 2006, 10:55 am 
Offline

Joined: November 15th, 2005, 11:15 am
Posts: 537
Location: Germany
Hi,
I mainly use it to automate bugging application.

At work I've automated our whole application (automated testing).

The more I work with AHK the more I value it.

Ciao
Micha


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 22 posts ]  Go to page 1, 2  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 3 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group