summaryrefslogtreecommitdiff
path: root/myhotkeys.ahk
blob: ed795b85c08d16f796794c7d36dd2f0912adb6cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
; Just a collection of useful hotkeys to have around
; Primarily to resize windows for the games that don't let you set window resolution
#NoEnv
#Warn
SendMode Input
SetWorkingDir %A_ScriptDir%

#Include, _winresize.ahk

; always on top
#!t::Winset, Alwaysontop, , A

; usage: ResizeWin(Width,Height,ExtraW,ExtraH,WinW,WinH)
#!y::ResizeWin(1280,720)
#!u::ResizeWin(1920,1080)

;Horizon: Zero Dawn adds some extra pixels for no reason
;#!i::ResizeWin(1920,1080,8,8)