Skip to content

A beginner friendly and neat open-source AutoHotkey script collection and template. You can download or add your AutoHotkey script to this repository freely. We also recommend you to use KeyTik to manage your script with user friendly GUI.

License

Notifications You must be signed in to change notification settings

Fajar-RahmadJaya/AutoHotkeyCollection

Repository files navigation

AutoHotkey Script Collection And Template

Like the name, this is a collection of AutoHotkey Script. We try to made it as beginner friendly and neat as possible. The script can serve as template for your own script or you can use it as is. For now there are not much script but we will update it regularly to ensure active repository. If you have script you want to share, we hope you can participate to this repository.


How To Use :

  1. Select your desired script in the list below.
  2. Click and download the ahk script.
  3. Done and now You have the script.

How To Run The Script :

Running AutoHotkey script is simple, you just need to download AutoHotkey first if you don't have yet then just double click the script to run it. If you do that the script will automatically running and you can use it, but it's a bit complicated to manage it like exit script, edit script, run script on startup etc. Using that, you can :

  1. Adjust or edit your code if you use template.
  2. Make it as launcher for your AutoHotkey script so you can run and exit at ease.
  3. Store your script if you not using it but plan to use it in the future.
  4. Run your script at startup so it will automatically run when you log to your device.
  5. And many more.

So we recommend you to use KeyTik which also from us to manage your AutoHotkey script. For more detailed information about it click "KeyTik : Keyboard Remapper With Profile". Here is some preview of KeyTik in case you are interested :

Preview Main 1

Preview Main 1

Preview Create Default

Preview Create Text

AutoHotkey Script Collection List :

List Format :

To ensure neat and to the point list, we use this format to deliver script :

  1. Below list is just a preview of the script.
  2. You can click the link inside it or just click the script title that will direct you to script release.
  3. In there, you can see full description like (description, how to use template, full code) and script download.

Upcoming Script Plan :

  1. Screen Clicker Using Images.
  2. Movement Motion (W, A, S, D or Up, Left, Right, Down arrow) Using Mouse Movement.
  3. Move Mouse Using Motion Input (W, A, S, D or Up, Left, Right, Down arrow).

If your can't use ctrl and you don't have key to replace it, you can change shift to ctrl but still can use shift. For example if you click 'shift+c' it will send 'ctrl+c', but if you click 'shift+q' or just 'shift' it will still send 'shift+q' or just 'shift'. You can also combined it with different script like change alt to shift, so whenever you click 'alt+c' it will send 'ctrl+c'. This script usefull if you don't use shift+ctrl command and want to change ctrl command to shift. You can also use it as template for another key if you want to do the same.

If you use AZERT layout for your keyboard and you want to easily type number with capslock then this is what you are looking for. This script work using capslock as condition, so you need to enable capslock first for it to work. You can also use this as template for another script because capslock doesn't affect number row so why not use it to increase type experience.

AutoHotkey can also be used as auto clicker. But not like other auto clicker, AutoHotkey can made you able to add more command to the clicker. For example in this code, you can use 'e' to make condition for it to work. So, if you hold 'e' it will send left click multiple time and you can adjust the interval between click. For short, with this you can do more advance auto clicker in lightweight size. You can also use this as template or adjust to your preference on interval, condition for script to work, change left click with another keys etc.

You can open some files using shortcut. For example, i want to open files 1 and files 2 when clicking 'alt+left arrow'. I can do that with adjusting some of this code then run the script. After i click 'alt+left arrrow' it should opening files 1 and files 2. Files i mean here is not just files, you can use whatever in your device as long as it has their path like "D\MyFolder\MyFiles". You can use it if you don't want to go to your files directory or want to make your desktop clean. If you want the script to auto run on startup, click this for more info so you can add or remove your script from startup easily. Of course you can also not assign any shortcut to it so if the script clicked or run it will directly open the files or you can just made it to run on startup so your files will automatically opened when you log to your device. Adjust it to your preference and creativity.

About

A beginner friendly and neat open-source AutoHotkey script collection and template. You can download or add your AutoHotkey script to this repository freely. We also recommend you to use KeyTik to manage your script with user friendly GUI.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published