diff options
author | John Ankarström <john@ankarstrom.se> | 2021-04-07 20:10:04 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-04-07 20:10:04 +0200 |
commit | 28aced1ea91c8aed214ae2116b48302846d1b4da (patch) | |
tree | a476230ac24f5bc23faf2532db6d72144d9f4146 | |
parent | 31a955495f4ea9d810762999c14eda992f731f21 (diff) | |
download | drm-28aced1ea91c8aed214ae2116b48302846d1b4da.tar.gz |
Add custom resolution hotkeys
-rw-r--r-- | hotkeys.x | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |