autohotkey users

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
codewalker
Enthusiast
Enthusiast
Posts: 331
Joined: Mon Mar 27, 2006 2:08 pm
Location: Spain

autohotkey users

Post by codewalker »

:
Autohotkey has not been updated for a while. Last update was 25 Sept. 2009.
Seems that it is going to fade. The forum is still active so why don´t we
invite them to join the PB speedboat :wink:
cw
There is a difference between knowing the code and writing the code.
May the code be strong in your projects.
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Re: autohotkey users

Post by Fluid Byte »

Rumors can kill.
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Re: autohotkey users

Post by Mistrel »

Maybe there isn't anything that needs updating?

AutoHotkey is a scripting language with a very specific use. Despite what its users may think, it's not designed to be a full blown programming language.
User avatar
codewalker
Enthusiast
Enthusiast
Posts: 331
Joined: Mon Mar 27, 2006 2:08 pm
Location: Spain

Re: autohotkey users

Post by codewalker »

"A language with a very specific use" is so quickly said lately maybe because it is so correctly right to say even in
cases where it does not apply. Or maybe some people just love to say the obvious for a specific reason :D

I mean do you really think that this is "A language for a specific use" 8)

* Automate almost anything by sending keystrokes and mouse clicks. You can write a mouse or keyboard macro by hand
or use the macro recorder.
* Create hotkeys for keyboard, joystick, and mouse. Virtually any key, button, or combination can become a hotkey.
* Expand abbreviations as you type them. For example, typing "btw" can automatically produce "by the way".
* Create custom data-entry forms, user interfaces, and menu bars. See GUI for details.
* Remap keys and buttons on your keyboard, joystick, and mouse.
* Respond to signals from hand-held remote controls via the WinLIRC client script.
* Run existing AutoIt v2 scripts and enhance them with new capabilities.
* Convert any script into an EXE file that can be run on computers that don't have AutoHotkey installed.

There are dozens of scripting languages out there to automate your keyboard and mouse input,
even all those macro languages. Autohotkey certainly is not different nor does it add something.

The point that I meant is that anything you can do with autohotkey you can do with pb
- only 10 times better and faster plus a truckload more !

The thing with autohotkey is that after a while, you get fed up with dealing with an interpreter, all those
work arounds, everytime looking for a dll for something that is not possible with autohotkey, etc etc.
I am certain that a lot of autohotkey users for those reasons are ready to move on to pb and those should
be invited to make this community grow.
greetings
cw
There is a difference between knowing the code and writing the code.
May the code be strong in your projects.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: autohotkey users

Post by ts-soft »

With a bit of work, you can enhance this to what you want :wink:

Greetings
Thomas
User avatar
codewalker
Enthusiast
Enthusiast
Posts: 331
Joined: Mon Mar 27, 2006 2:08 pm
Location: Spain

Re: autohotkey users

Post by codewalker »

Thanks Thomas

I´ll add this lib to my collection :wink:
cw
There is a difference between knowing the code and writing the code.
May the code be strong in your projects.
cybergeek
User
User
Posts: 33
Joined: Sat Jul 03, 2010 11:11 am

Re: autohotkey users

Post by cybergeek »

i am a member there with the same name

i raised this question in the ahk forum

they said = go for other forks of ahk like ahk_l build
PUREBASIC is AWSUM
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

Re: autohotkey users

Post by Rescator »

codewalker wrote:There are dozens of scripting languages out there to automate your keyboard and mouse input,
even all those macro languages.
Heh, my A4 Tech X7 mouse has built-in 64KB of non-volatile memory that you can store scripts in,
so I could in theory write scripts that typed "PureBasic" whenever I hit a particular button on it and it would "type" it at the specified speed intervals etc.
Coolest thing is that no special drivers are needed and you can lug it around to other computers etc. and just plug it in, very cool.
User avatar
Michael Vogel
Addict
Addict
Posts: 2867
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

Re: autohotkey users

Post by Michael Vogel »

codewalker wrote: The point that I meant is that anything you can do with autohotkey you can do with pb
- only 10 times better and faster plus a truckload more !
Good luck :lol:

I tried to do some things in PB (example: scripting tool), but there so many (!) ways to simulate key presses, and each example I have seen so far for PB will work only in certain environments (Windows versions and programs) but NOT universally.

I still "need" Autohotkey, because it seems to work within every program.

Michael
Suirad
User
User
Posts: 42
Joined: Sun Sep 20, 2009 7:37 pm
Location: Melbourne, Florida, USA

Re: autohotkey users

Post by Suirad »

codewalker wrote::
Autohotkey has not been updated for a while. Last update was 25 Sept. 2009.
Because autoit is better :lol:
Post Reply