Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajar-RahmadJaya authored Nov 3, 2024
1 parent 442a81f commit 756a9db
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@ Like the name, this is a collection of AutoHotkey Script. We try to made it as b

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


## 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.
Expand All @@ -24,28 +27,38 @@ So we recommend you to use KeyTik which also from us to manage your AutoHotkey s
<img src="Picture/Preview Create Default.png" alt="Preview Create Default" width="400" />
<img src="Picture/Preview Create Text.png" alt="Preview Create Text" width="400" />


# 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).

## 1. [Using Shift To Do Copy, Paste, Select All, Undo](https://github.com/Fajar-RahmadJaya/AutoHotkeyCollection/releases/tag/ShiftToControlCommand) :
- Link : https://github.com/Fajar-RahmadJaya/AutoHotkeyCollection/releases/tag/ShiftToControlCommand

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.


## 2. [Typing Numbers Instead Symbol When Caps Lock on For AZERTY Layout Keyboard](https://github.com/Fajar-RahmadJaya/AutoHotkeyCollection/releases/tag/AZERTYCapslockForNumber) :
- Link : https://github.com/Fajar-RahmadJaya/AutoHotkeyCollection/releases/tag/AZERTYCapslockForNumber

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.


## 3. [Auto Clicker When Holding Specific Key](https://github.com/Fajar-RahmadJaya/AutoHotkeyCollection/releases/tag/AutoClickHoldingKey) :
- Link : https://github.com/Fajar-RahmadJaya/AutoHotkeyCollection/releases/tag/AutoClickHoldingKey

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.


## 4. [Open Multiple Files Using Shortcut](https://github.com/Fajar-RahmadJaya/AutoHotkeyCollection/releases/tag/ShortcutOpenFiles) :
- Link : https://github.com/Fajar-RahmadJaya/AutoHotkeyCollection/releases/tag/ShortcutOpenFiles

Expand Down

0 comments on commit 756a9db

Please sign in to comment.