Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 760 Bytes

windoze.md

File metadata and controls

25 lines (19 loc) · 760 Bytes

Environment

Remapping keys in windows

  • Download AutoHotkey from here
  • Install. Now you should get 'AutoHotkey Script' option inside 'New' on mouse right click
  • Create a new script & paste the following
Capslock::Esc
Esc::Capslock

Run script on startup

  • Open run ( win+r ), type shell:startup and paste the created file