Advertisement
Guest User

Untitled

a guest
May 20th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. #Warn ; Enable warnings to assist with detecting common errors.
  3. #SingleInstance force
  4.  
  5. SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
  6. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
  7.  
  8. F7::Run "C:\Program Files\Sublime Text 3\sublime_text.exe"
  9. F8::Run "C:\Users\caglar.kilimci\Documents"
  10. F13::Insert
  11. F14::Media_Prev
  12. F15::Media_Next
  13. F16::Media_Play_Pause
  14. F17::Volume_Up
  15. F18::Volume_Down
  16. F19::Run, % "rundll32.exe user32.dll,LockWorkStation"
  17. LWin::LAlt
  18. LAlt::LWin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement