0 of 0

File information

Last updated

Original upload

Created by

Zicarius

Uploaded by

Vee7

Virus scan

Safe to use

About this mod

I'm tired holding the left mouse button to mine, so I created a Ahk script that will handle that for me.

Requirements
Permissions and credits
Changelogs
NOTE:
This is somewhat useless in late game, this is mostly for early game 

just a little QoL, at least for me specially i crank(w/mods) the health of resources and would take more hits



Got tired holding mouse button, created a simple solution. AHK Script



Requirements:
Autohotkey v1.1.x




Installation:

Just put it anywhere(I put mine in desktop), really
and open it and enjoy


Default keys for this script:
 
Numpad4              - the the activation of  the auto mine mode
Numpad1              - the deactivation of the modes
NumpadDot          -   exit of script



This keys can be change to what do you prefer,(e.g XButton1, for mouse side button)

Standard Keys
  • a - z (lowercase letters)
  • A - Z (uppercase letters)
  • 1 - 0 (number keys)
  • F1 - F24 (function keys)
  • EnterReturn
  • Space
  • Tab
  • Backspace
  • Delete
  • Insert
  • Home
  • End
  • PageUp
  • PageDown
  • Esc
  • Up
  • Down
  • Left
  • Right

Modifier Keys
  • Ctrl (Control)
  • AltMenu
  • Shift
  • Win (Windows key)
  • RWin (Right Windows key)
  • LWin (Left Windows key)
  • AppsKey (Menu key)

Mouse Buttons
  • LButton (Left mouse button)
  • RButton (Right mouse button)
  • MButton (Middle mouse button)
  • XButton1 (XButton1, usually the back button on a mouse)
  • XButton2 (XButton2, usually the forward button on a mouse)

Numpad Keys
  • Numpad0 - Numpad9 (Number pad keys)
  • NumpadDot (Decimal point on the number pad)
  • NumpadEnter
  • NumpadAdd (Addition)
  • NumpadSub (Subtraction)
  • NumpadMul (Multiplication)
  • NumpadDiv (Division)
  • NumpadIns (Insert)
  • NumpadDel (Delete)

Special Keys
  • CapsLock
  • NumLock
  • ScrollLock
  • PrintScreen
  • Pause
  • Break

Combined Keys
  • ^a (Ctrl + A)
  • !a (Alt + A)
  • +a (Shift + A)
  • #a (Win + A)