summaryrefslogtreecommitdiffstats
path: root/appspecific.ahk
diff options
context:
space:
mode:
authorPeter2014-08-22 13:51:08 +0100
committerPeter2014-08-22 13:51:08 +0100
commit79503fb317f9813639352e9d769915edea924430 (patch)
treeba4de46f4696d8e8ba41819d911194a7dfc191af /appspecific.ahk
parent1fb9dbe77798c2b2922a6f59522f5b378dac62f3 (diff)
downloadahka-79503fb317f9813639352e9d769915edea924430.tar.gz
ahka-79503fb317f9813639352e9d769915edea924430.tar.bz2
ahka-79503fb317f9813639352e9d769915edea924430.zip
Small improvements
Diffstat (limited to 'appspecific.ahk')
-rw-r--r--appspecific.ahk15
1 files changed, 8 insertions, 7 deletions
diff --git a/appspecific.ahk b/appspecific.ahk
index 806e4fb..b25cd0c 100644
--- a/appspecific.ahk
+++ b/appspecific.ahk
@@ -45,6 +45,8 @@
#IfWinActive ahk_class SUMATRA_PDF_FRAME ;sumatra pdf
Capslock::Send !{F4} ;quit
+ ^b::Send {F12} ; ctrl+b for bookmarks
+ !Enter::Send ^l ;fullscreen
#IfWinActive
#IfWinActive ahk_class MediaPlayerClassicW ;mpc-hc
@@ -62,11 +64,6 @@
^+v::Send {Esc}{Up}^c{Down}^v{Esc}{Down} ;ctrl+shift+v copies above cell into current
#IfWinActive
-#IfWinActive ahk_class #32770 ;mstsc
- ^Enter::Send 10.0.0.5{Enter} ;tserver
- ^+Enter::Send 10.0.0.10{Enter} ;dserer
-#IfWinActive
-
#IfWinActive ahk_class WindowsForms10.Window.8.app.0.2004eee ;act
^Enter::Send ^{End}{Space}-PG+{Tab 3}{Enter} ;save note with footer
^n::Send {F9} ;insert note
@@ -77,6 +74,7 @@
^c:: ;copy
Send {Enter}
return
+ +Insert::
^v:: ;paste
CoordMode, Mouse, Relative
MouseMove, 100, 100
@@ -96,6 +94,9 @@
#IfWinActive ahk_class Notepad2 ;notepad2-mod
!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
+ !t::Return ;disable always on top
+ ^+Down::
+ ^Down::Send {Down} ; disable (alt) shift line down feature
+ ^+Up::
+ ^Up::Send {Up} ; disable (alt) shift line up feature
#IfWinActive