From c2101c04a24c91fbda26fdb941a576dfa0b1fbc6 Mon Sep 17 00:00:00 2001 From: breadcat Date: Sun, 17 Jan 2016 22:12:59 +0000 Subject: General Improvements Workaround some explorer strangeness Add some Word 2003 hotkeys Reduce some command and functions Improve renaming functions --- ahk-assistant.ahk | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'ahk-assistant.ahk') diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 8fe673d..39538b9 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -276,7 +276,6 @@ Insert::appendClipboard() ^0::Send !vd ; view > details ^-::Send ^{WheelDown 2} ; zoom out ^=::Send ^{WheelUp 2} ; zoom in - #+Space::Send !vl!v+h ; fix weird xp explorer bug where you get no labels on thumbnails #IfWinActive #IfWinActive ahk_class ShockwaveFlashFullScreen ; full screen flash @@ -307,6 +306,7 @@ Insert::appendClipboard() #IfWinActive #IfWinActive ahk_class Photo_Lightweight_Viewer ; photoviewer windows 7 + ^w:: ; overflow CapsLock::Send !{F4} ; quit Up:: ; overflow Down::Return ; fixes up/down breaking left/right navigation @@ -339,7 +339,13 @@ Insert::appendClipboard() ^t::Send !go ; C-t goes to today, on calendar view #IfWinActive -#IfWinActive ahk_class XLMAIN ; excel +#IfWinActive ahk_class OpusApp ; word 2003 + ^=::Send ^{WheelUp} ; zoom in + ^-::Send ^{WheelDown} ; zoom out + ^0::Send !vzp{Enter} ; fit to page zoom +#IfWinActive + +#IfWinActive ahk_class XLMAIN ; excel 2003 ^+v::Send ^'{Down} ; C-S-v copies above cell contents into current ^+n::Send !iw ; new sheet ^+w::Send !el ; delete current sheet -- cgit v1.2.3