Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmeta committed Oct 31, 2012
1 parent ca04967 commit 1576dd5
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion AutoHotkey.ahk
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -18,7 +18,20 @@ SetTitleMatchMode fast ; use fast mode
+Del::+Ins +Del::+Ins


; Act a bit like mac ; Act a bit like mac
#Space::#r ; #Space::#r ; using other app for this

!r::
WinClose, ahk_class Inky
Process, WaitClose, inkycore
FileRemoveDir, C:\Users\rmelton\AppData\Local\Arcode\Plugin, 1
Run, C:\Users\rmelton\AppData\Local\Inky\inky.exe
sleep 2000
WinActivate, ahk_class Inky
Send asdfasdf
Send {Tab}
Send asdfasdf
Send {Enter}

!`:: !`::
WinGetClass, class, A WinGetClass, class, A
WinActivateBottom, ahk_class %class% WinActivateBottom, ahk_class %class%
Expand All @@ -37,6 +50,7 @@ SetTitleMatchMode fast ; use fast mode
return return
!4:: !4::
WinActivateBottom, ahk_class KiTTY WinActivateBottom, ahk_class KiTTY
WinActivateBottom, ahk_class PuTTY
WinActivateBottom, ahk_class PuTTYConfigBox WinActivateBottom, ahk_class PuTTYConfigBox
WinActivateBottom, Microsoft Visual Studio WinActivateBottom, Microsoft Visual Studio
return return
Expand Down

0 comments on commit 1576dd5

Please sign in to comment.