Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SendMode Input
- ;******window/app dependant hotkeys******
- #IfWinActive ahk_class Chrome_WidgetWin_1
- F11::return ;disables make fullscreen for chrome window
- F12::return ;disables opening inspect element in chrome
- #IfWinNotActive ahk_class Chrome_WidgetWin_1
- F11::Send {F11}
- F12::Send {F12}
- Return
- ;******ahk text editor save+run hotkey******
- #IfWinActive ahk_class SciTEWindow
- PgDn::
- Send ^s
- Sleep 100
- Send {F5}
- Sleep 100
- Return
- #IfWinNotActive ahk_class SciTEWindow
- PgDn::PgDn
- Return
Advertisement
Add Comment
Please, Sign In to add comment