aboutsummaryrefslogtreecommitdiff
path: root/tt.programs.ahk
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-12-05 01:58:51 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-12-05 01:58:51 +0100
commit778d578f23d2c5f341eed2276d05fdab273a5f36 (patch)
tree292b433a6476c5039b2862b0c83b9b86559a56c0 /tt.programs.ahk
parente831a7416ba2dd1f342e710c6048c8fa97291d93 (diff)
downloadahk-778d578f23d2c5f341eed2276d05fdab273a5f36.tar.gz
programs: Update MPC-HC fullscreen hotkey
Diffstat (limited to 'tt.programs.ahk')
-rw-r--r--tt.programs.ahk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt.programs.ahk b/tt.programs.ahk
index b4aa039..c24b058 100644
--- a/tt.programs.ahk
+++ b/tt.programs.ahk
@@ -73,7 +73,7 @@ return
Esc::
WinGetPos, x, y, w, h
if (x = 0 and y = 0 and w = A_ScreenWidth and h = A_ScreenHeight)
- SendInput, {F11}
+ SendInput, !{Enter}
return
~RShift::