summaryrefslogblamecommitdiffstats
path: root/ahk-assistant.ahk
blob: 1ca7b48529f9e6dd69bda4b02ffdf15af85f53f9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
 
                        
 
 


                     


                            
                                 
                                                                                                                                                                                          





                             
         
                                                                      
                                                                                                    
 

               
                                  


                                                          

                
                                                              
                                         
                    
            
                     
                                                                                                                                 

                                                          
                                                  
                    
            
                                                                         


                                           

                     
                   


                                                 

                                                                                        

                                                                
                    


                            

















                        
                       
 




























                                                            


          


               
                      
                    
                  


                    
                        
                          
                      
                        
                      
                               

                                                 
                                                               
                                     







                            
                          



                       


                        
                       
                       
                        
                        
                           
                           
                       




                     
                    

                          
                



                        
 

                                              
                        










                                                                 
                            


                                                
                            
            
 
                                                 
                            


                                                                  
                            
            
 
                                                                      
                            




                                                            
                            






                                                      
                            




                                             

                                               







                                                                                       

                                                                   





















































                                                                                                               

                      
   









                                                         
   
; ^ctrl #win !alt +shift


;environment
#NoEnv
#SingleInstance,Force
SetTimer, ScriptReload, 1000
SetWinDelay,2
CoordMode,Mouse
SetWorkingDir %A_MyDocuments%\..\
ProgramFilesX86 := A_ProgramFiles . (A_PtrSize=8 ? " (x86)" : "") ;pfx86 variable from http://www.autohotkey.com/board/topic/79160-a-programfiles-for-programs-in-windows-7-x86-directory/

;keystates
SetCapsLockState, AlwaysOff
SetScrollLockState, AlwaysOff
SetNumLockState, AlwaysOn

;includes
#Include, %A_ScriptDir%\functions.ahk ;all those long winded functions
#Include, *i %A_ScriptDir%\secret.ahk ;physical and ip address completions, only included if exists.

;hotkeys
#q::Run notepad
^q::Send !{F4} ;quit most programs
#+q::Run notepad "%A_MyDocuments%\Vault\docs\faulties.txt"
#w::Run firefox
#+w::Run firefox -private-window
#e::dirWorking()
#+e::dirSync()
^!e::Run ::{20d04fe0-3aea-1069-a2d8-08002b30309d} ;my computer
^!r::Run mstsc ;remote desktop connection
#t::launchTerminal()
#+t::Run cmd
^!t::pasteTelephone()
#y::send,{end}{shift down}{home}{shift up}{del}https://www.youtube.com/watch?v={ctrl down}v{ctrl up} ;create youtube link from ID
^!b::Run %programfiles%\TeamViewer\Version9\TeamViewer.exe
^!v::Run %programfiles%\TightVNC\tvnviewer.exe
#p::Run "%ProgramFilesX86%\PuTTY\putty.exe" ;putty
^!k::launchKeepass()
#c::Run calc
#\::SendMessage 0x112, 0xF170, 2,