diff options
author | breadcat | 2013-10-20 13:07:52 +0100 |
---|---|---|
committer | breadcat | 2013-10-20 13:07:52 +0100 |
commit | f1f93b5c63ee1c56f895c27dd1f010cf7acb1116 (patch) | |
tree | a992406b2cca75895a8c112547a965f44874c975 | |
parent | 2468be52a631fa90ad4a1391d5cdbe431250ff36 (diff) | |
download | ahka-f1f93b5c63ee1c56f895c27dd1f010cf7acb1116.tar.gz ahka-f1f93b5c63ee1c56f895c27dd1f010cf7acb1116.tar.bz2 ahka-f1f93b5c63ee1c56f895c27dd1f010cf7acb1116.zip |
Add keepass hotkey
-rw-r--r-- | ahk-assistant.ahk | 11 |
1 files changed, 11 insertions, 0 deletions
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 |