Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 1.63 KB

README.md

File metadata and controls

50 lines (43 loc) · 1.63 KB

How to use these scripts?

  1. Download the installation file ahk-install.exe
  2. Run the ahk-install.exe to install AutoHotkey
  3. Double click an ahk file to use the shortcuts

References

Keymaps

remapArrowKeys.ahk

Keymap Description
ctrl+Esc Quit the ahk program
alt+d Equal to Down-arrow down key ↓
alt+e Equal to Up-arrow up key ↑
alt+s Equal to Left-arrow left key ←
alt+f Equal to Right-arrow right key →
alt+; Equal to Backspace key
alt+l Equal to PageUp key
alt+. Equal to PageDown key
alt+k Equal to Home key
alt+, Equal to End key
alt+j Equal to Insert key
alt+m Equal to Delete key
Cautions
  • Not available in Sublime Text due to key conflictions

remapWinKey.ahk

Keymap Description
ctrl+Esc Quit the ahk program
win+d Equal to Win key + ↓
win+e Equal to Win key + ↑
win+s Equal to Win key + ←
win+f Equal to Win key + →

quickSave.ahk

Keymap Description
ctrl+Esc Quit the ahk program
ctrl+1 Save the image under your mouse cursor to the default directory on Chrome

Similar Chrome Extensions