summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter2014-03-01 14:15:56 +0000
committerPeter2014-03-01 14:15:56 +0000
commit8d4954ce873e468a6235341df003f14e71d0df86 (patch)
tree91704bc51b25cc79d03975143b36dc5ff1d5253b
parentb2acf1b7da4f8c67b5f8c0119625c2da73e04520 (diff)
downloadahka-8d4954ce873e468a6235341df003f14e71d0df86.tar.gz
ahka-8d4954ce873e468a6235341df003f14e71d0df86.tar.bz2
ahka-8d4954ce873e468a6235341df003f14e71d0df86.zip
Move KeePass folder, add calc close
-rw-r--r--.gitignore5
-rw-r--r--ahk-assistant.ahk13
-rw-r--r--appspecific.ahk4
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