summaryrefslogtreecommitdiffstats
path: root/ahk-assistant.ahk
diff options
context:
space:
mode:
authorbreadcat2016-01-17 22:12:59 +0000
committerbreadcat2016-01-17 22:12:59 +0000
commitc2101c04a24c91fbda26fdb941a576dfa0b1fbc6 (patch)
tree24ce3bbecbca793dff97707226614609d8128b35 /ahk-assistant.ahk
parent0119b6dc0cedc976dabae942efa2ec561d2681ec (diff)
downloadahka-c2101c04a24c91fbda26fdb941a576dfa0b1fbc6.tar.gz
ahka-c2101c04a24c91fbda26fdb941a576dfa0b1fbc6.tar.bz2
ahka-c2101c04a24c91fbda26fdb941a576dfa0b1fbc6.zip
General Improvements
Workaround some explorer strangeness Add some Word 2003 hotkeys Reduce some command and functions Improve renaming functions
Diffstat (limited to 'ahk-assistant.ahk')
-rw-r--r--ahk-assistant.ahk10
1 files changed, 8 insertions, 2 deletions
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