Skip to content

[AutoHotkey] N-times continuous your last pressed key press with Numpad-N.

License

Notifications You must be signed in to change notification settings

stakiran/strokelone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strokelone

N-times continuous your last pressed key press with Numpad-N.

Demo

strokelone_demo

Requirement

  • Windows 7+
  • AutoHotkey v1.1.x

Build

  • Copy from build.ahk.sample to build.ahk.
  • Edit the variable builder.
    • Ex: builder = C:\Program Files\AutoHotkey\Compiler\Ahk2Exe.exe
  • Run build.ahk

Customization

Key-repeat count

Edit strokelone.ahk.

For example:

Numpad4::
  push_priorkey(4)
Return

This code means if the key numpad-4 pressed then press your last pressed key 4-times.

So, if you want to increase the count to double, like this

Numpad4::
  push_priorkey(8)
Return

License

MIT License

Author

stakiran

About

[AutoHotkey] N-times continuous your last pressed key press with Numpad-N.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published