From 8d4954ce873e468a6235341df003f14e71d0df86 Mon Sep 17 00:00:00 2001 From: Peter Date: Sat, 1 Mar 2014 14:15:56 +0000 Subject: Move KeePass folder, add calc close --- .gitignore | 5 ++++- ahk-assistant.ahk | 13 ++++++++----- appspecific.ahk | 4 ++++ 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 9e2a1db..65d7d61 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,7 @@ resswitch.exe #physical and ip address replacements -secret.ahk \ No newline at end of file +secret.ahk + +#internal file for work +telestat.ahk diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 722c4fe..8cb0291 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -47,7 +47,7 @@ if A_OSVersion in WIN_XP ^!r::Run mstsc ;remote desktop connection #t::Run C:\cygwin\bin\mintty.exe - #+t::Run cmd -#p:: +#p:: ;putty if A_OSVersion in WIN_XP { Run "%A_MyDocuments%\Dropbox\conf\putty.exe" @@ -57,18 +57,20 @@ if A_OSVersion in WIN_XP Run "%A_MyDocuments%\..\Dropbox\conf\putty.exe" } Return -^!k:: +^!k:: ;keepass if A_OSVersion in WIN_XP { - Run "%A_MyDocuments%\Dropbox\conf\keepass\KeePass.exe" + Run "%A_MyDocuments%\Dropbox\docs\keepass\KeePass.exe" } Else { - Run "%A_MyDocuments%\..\Dropbox\conf\keepass\KeePass.exe" + Run "%A_MyDocuments%\..\Dropbox\docs\keepass\KeePass.exe" } Return #c::Run calc #\::SendMessage 0x112, 0xF170, 2, , Program Manager ;win+\ - screen standby +SC029::Send, 0 ;Backticks send zeroes +^SC029::Send, `` ;Backticks send zeroes RAlt & j::ShiftAltTab RAlt & k::AltTab Capslock::Backspace @@ -150,7 +152,6 @@ return ;text replacements -SC029::Send, 0 ;Backticks send zeroes ::seperated::separated ::recieved::received ::license::licence @@ -176,7 +177,9 @@ SC029::Send, 0 ;Backticks send zeroes ::emg80a::LG eMG80-KSUA ::emg80i::LG eMG80-KSUI ::emg80b::LG eMG80-BRIU2 +::emg80h::LG eMG80-HYB8 ::ipecs50a::LG iPECS-LIK50A +::ipecs50b::LG iPECS-LIK50B ::l9030::LG LDP-9030D ::l9008::LG LDP-9008D ::lip24::LG LIP-8024E diff --git a/appspecific.ahk b/appspecific.ahk index 3f259d0..9ce45cf 100644 --- a/appspecific.ahk +++ b/appspecific.ahk @@ -30,6 +30,10 @@ Capslock::Send !{F4} ;quit #IfWinActive +;calc +#IfWinActive ahk_class SciCalc + Capslock::Send !{F4} ;quit +#IfWinActive ;photoviewer 7 #IfWinActive ahk_class Photo_Lightweight_Viewer -- cgit v1.2.3