From 79503fb317f9813639352e9d769915edea924430 Mon Sep 17 00:00:00 2001 From: Peter Date: Fri, 22 Aug 2014 13:51:08 +0100 Subject: Small improvements --- ahk-assistant.ahk | 2 ++ appspecific.ahk | 15 ++++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 23e669e..903b256 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -49,6 +49,8 @@ if A_OSVersion in WIN_XP ^!r::Run mstsc ;remote desktop connection #t::Run C:\cygwin\bin\mintty.exe - #+t::Run cmd +^!b::Run %programfiles%\TeamViewer\Version9\TeamViewer.exe +^!v::Run %programfiles%\TightVNC\tvnviewer.exe #p:: ;putty if A_OSVersion in WIN_XP { 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 -- cgit v1.2.3