Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Programming language of AutoHotKey?


  • Please log in to reply
3 replies to this topic
jian0203
  • Members
  • 1 posts
  • Last active: Jul 31 2012 04:00 PM
  • Joined: 31 Jul 2012
Hi, everyone, I'm a newbie to AutoHotkey. :)

I wish to include this AutoHotkey function in my final year project in my university. But I can't seem to find any source code / programming language details of AutoHotkey.

Can anyone please tell me what programming language (c# , c++ , Javascript , java ?) i can use to implement a AutoHotkey application ? Or where can I learn more about AutoHotkey ? I really need help on this, hope someone can provide me some helps. :)

I don't want to use the existing application provided because I really wish to learn and we are not allow to copy others work. So I wish to do my best to implement a new AutoHotkey by myself.

Or do anyone else has new idea if i can swap the keyboard key value ? For example, if I keyin "asdf" , the input pc receive may be symbol "b1f@".

Thanks in advance for those helping me ~ I appreciate it a lots ~ :D

Pulover
  • Members
  • 1596 posts
  • Last active: Apr 06 2016 04:00 AM
  • Joined: 20 Apr 2012
AutoHotkey is open source. Did you try the source code already? <!-- m -->http://github.com/Au.../zipball/master<!-- m -->

Rodolfo U. Batista
Pulover's Macro Creator - Automation Tool (Recorder & Script Writer) | Class_LV_Rows - Copy, Cut, Paste and Drag ListViews | Class_Toolbar - Create and modify | Class_Rebar - Adjustable GUI controls

Join the New AutoHotkey Forum!


  • Guests
  • Last active:
  • Joined: --
See here for some links to discussion you may find interesting <!-- m -->http://l.autohotkey.net/<!-- m -->

fincs
  • Moderators
  • 1662 posts
  • Last active:
  • Joined: 05 May 2007
Acclaration: development on AutoHotkey v1.0 stopped three years ago, nowadays all development occurs on the v1.1 and v2 branches (the former being called AutoHotkey_L). Refer to the above guest for more details.

By the way, AutoHotkey is GPL v2 software, so be sure to read the whole license if you plan on borrowing code from it.