User Tools

Site Tools


wiki:windows:auto_hotkey:auto_hoykey

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:windows:auto_hotkey:auto_hoykey [2016/05/13 13:10] – [Insert Date] mattwiki:windows:auto_hotkey:auto_hoykey [2016/09/13 15:54] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Auto Hot Key ====== ====== Auto Hot Key ======
 +https://autohotkey.com/
 +
 +AutoHotKey is a scripting and automation program with an emphasis on keyboard shortcuts. I am by no means an expert and am just starting to find all the useful things it can do. I am in the process of migrating from my batch files to accomplishing these tasks with AHK.
 +
 +==== Note on Working Directory ====
 A note on all of these Windows Explorer related scripts. It is incredibly cumbersome grabbing the working directory of the current Windows Explorer Window. I decided on a shortcut of focusing on the address bar and copying the address and utilizing the informatoin that way. It is not the fastest script and might have to be executed a couple times before it takes. But it is still easier than doing some of the selecting operations that the later scripts save. A note on all of these Windows Explorer related scripts. It is incredibly cumbersome grabbing the working directory of the current Windows Explorer Window. I decided on a shortcut of focusing on the address bar and copying the address and utilizing the informatoin that way. It is not the fastest script and might have to be executed a couple times before it takes. But it is still easier than doing some of the selecting operations that the later scripts save.
  
 ===== My Scripts ===== ===== My Scripts =====
 +
 +  * [[#Window Always on Top|Window Always on Top]]
 +  * [[#Insert Date|Insert Date]]
 +  * [[#Create Dated Directory|Create Dated Directory]]
 +  * [[#Create Dated Directory with Prefix|Create Dated Directory with Prefix]]
 +  * [[#Move PDFs to New Dated Sub-Folder|Move PDFs to New Dated Sub-Folder]]
 +  * [[#Run Program|Run Program]]
 +
 ==== Window Always on Top ==== ==== Window Always on Top ====
 This will toggle any window to be always on top. It is a built in Windows function that normally has to be hooked into by the developer. This enables it universally. This was the one that brought me to AutoHotKey, because my boss wanted calculator to be locked on top. This will toggle any window to be always on top. It is a built in Windows function that normally has to be hooked into by the developer. This enables it universally. This was the one that brought me to AutoHotKey, because my boss wanted calculator to be locked on top.
Line 60: Line 73:
 </code> </code>
  
-==== Run/Focus Notepad++ ====+==== Run Program ====
 Pretty straightforward. Pretty straightforward.
  
wiki/windows/auto_hotkey/auto_hoykey.1463159427.txt.gz · Last modified: 2016/09/13 15:54 (external edit)