Auto-Hotkey

sourav mandal
Jul 17, 2021

--

Download

Make script

make a auto correct script

::rpa:Robotic Process Automation
return

Remember a few things

^ = Ctrl
# = Windows
! = Alt
+ = Shift
^q::
Send, This is Anders Jensen
return

Checking if a window is active

#IfWinActive Untitled - Notepad

An example below shows how to create a function

CreateFolder(FolderName){Send, ^+n
Send, %FolderName% ; this is for using an argument
Send, (Enter)
Sleep, 500
}

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

sourav mandal
sourav mandal

Written by sourav mandal

just a coder who forgets things so makes blogs so he can remember later

No responses yet

Write a response