From f1f93b5c63ee1c56f895c27dd1f010cf7acb1116 Mon Sep 17 00:00:00 2001 From: breadcat Date: Sun, 20 Oct 2013 13:07:52 +0100 Subject: Add keepass hotkey --- ahk-assistant.ahk | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 7833232..1c0354f 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -67,6 +67,16 @@ if A_OSVersion in WIN_XP Run "%A_MyDocuments%\..\Dropbox\conf\putty.exe" } Return +^!k:: +if A_OSVersion in WIN_XP + { + Run "%A_MyDocuments%\Dropbox\conf\keepass\KeePass.exe" + } + Else + { + Run "%A_MyDocuments%\..\Dropbox\conf\keepass\KeePass.exe" + } + Return #c::Run calc #\::SendMessage 0x112, 0xF170, 2, , Program Manager ;win+\ - screen standby RAlt & j::ShiftAltTab @@ -138,6 +148,7 @@ return ::license::licence ::licenses::licences ::equivelants::equivalents +::attendent::attendant ;work stuff ::ctsty::Called to speak to you, their number is ::sksu::Samsung OS7030 KSU -- cgit v1.2.3