From f12bcae6a35b476e564f4e525aca34cf5b30b031 Mon Sep 17 00:00:00 2001 From: breadcat Date: Wed, 23 Oct 2013 22:19:16 +0100 Subject: Add additional application specific hotkeys --- appspecific.ahk | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/appspecific.ahk b/appspecific.ahk index e05c6f7..45d6bea 100644 --- a/appspecific.ahk +++ b/appspecific.ahk @@ -25,6 +25,12 @@ Return #IfWinActive +;font previewer +#IfWinActive ahk_class FontViewWClass + Capslock::Send !{F4} ;quit +#IfWinActive + + ;photoviewer 7 #IfWinActive ahk_class Photo_Lightweight_Viewer Capslock::Send !{F4} ;quit @@ -88,9 +94,10 @@ ^+h::Send ^tchrome://chrome/settings/clearBrowserData{Enter} ;delete history page #IfWinActive -;notepad2 +;notepad2-mod #IfWinActive ahk_class Notepad2 - !z::Return ;disable delete first char of line 'feature; + !z::Return ;disable delete first char of line 'feature; + ^0::Return ;disable annoying transparency feature ^Down::Send {Down} ; disable shift line down feature ^Up::Send {Up} ; disable shift line up feature #IfWinActive -- cgit v1.2.3