From 28aced1ea91c8aed214ae2116b48302846d1b4da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 7 Apr 2021 20:10:04 +0200 Subject: Add custom resolution hotkeys --- hotkeys.x | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hotkeys.x b/hotkeys.x index e69de29..cfc2640 100644 --- a/hotkeys.x +++ b/hotkeys.x @@ -0,0 +1,3 @@ +^F9::SwitchResolution({width: 1024, height: 768, rate: 115, depth: 32}, Get()) +^F10::SwitchResolution({width: 1280, height: 960, rate: 95, depth: 32}, Get()) +^F11::SwitchResolution({width: 1600, height: 1200, rate: 75, depth: 32}, Get()) \ No newline at end of file -- cgit v1.2.3