ahka

Assorted ease-of-use and functionality tools using AutoHotkey.
Log | Files | Refs

commit f12bcae6a35b476e564f4e525aca34cf5b30b031
parent f1f93b5c63ee1c56f895c27dd1f010cf7acb1116
Author: breadcat <sendforththegunboats@gmail.com>
Date:   Wed, 23 Oct 2013 22:19:16 +0100

Add additional application specific hotkeys

Diffstat:
Mappspecific.ahk | 11+++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

diff --git 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