From cd1960eefdc6a3b6cbf3fb5fc5b2aa16ab559844 Mon Sep 17 00:00:00 2001 From: breadcat Date: Thu, 29 Aug 2013 15:49:38 +0100 Subject: Further XP additions --- appspecific.ahk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'appspecific.ahk') diff --git a/appspecific.ahk b/appspecific.ahk index fef2de9..e05c6f7 100644 --- a/appspecific.ahk +++ b/appspecific.ahk @@ -25,13 +25,18 @@ Return #IfWinActive -;photoviewer +;photoviewer 7 #IfWinActive ahk_class Photo_Lightweight_Viewer Capslock::Send !{F4} ;quit Up::Return ;removes annoying feature where up/down stops left/right naviagation Down::Return #IfWinActive +;photoviewer xp +#IfWinActive ahk_class ShImgVw:CPreviewWnd + Capslock::Send !{F4} ;quit +#IfWinActive + ;mpc-hc #IfWinActive ahk_class MediaPlayerClassicW 1::Send 2^1 ;1 keeps borders -- cgit v1.2.3