diff options
author | breadcat | 2013-10-23 22:19:16 +0100 |
---|---|---|
committer | breadcat | 2013-10-23 22:19:16 +0100 |
commit | f12bcae6a35b476e564f4e525aca34cf5b30b031 (patch) | |
tree | 413a0460a3f8b0cbe2c2b90e14367ecdbafb9ff6 | |
parent | f1f93b5c63ee1c56f895c27dd1f010cf7acb1116 (diff) | |
download | ahka-f12bcae6a35b476e564f4e525aca34cf5b30b031.tar.gz ahka-f12bcae6a35b476e564f4e525aca34cf5b30b031.tar.bz2 ahka-f12bcae6a35b476e564f4e525aca34cf5b30b031.zip |
Add additional application specific hotkeys
-rw-r--r-- | appspecific.ahk | 11 |
1 files 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 |