::ppo::
run, "C:\Windows\System32\notepad.exe" C:\Users\space\OneDrive\AutoHotkey\epic.ahk
return
Quick open scrible document
!b::
run, C:\Users\space\OneDrive\Documents\scribble.txt
return
Quick open tasklist
; Adding to Tasklists
Alt & Space::
run, C:\Users\space\AppData\Roaming\Microsoft\Windows\Recent\tasks.txt.lnk
return
Quick activate timer
; tIMER
::ttk::
inputbox, Length, Input length of timer
Run, C:\Users\space\OneDrive\AutoHotkey\alarm_timer_auto.ahk %Length%
return