summaryrefslogblamecommitdiffstats
path: root/ahk-assistant.ahk
blob: 36bc389e9ef4291452397837987e5a9d96f8764c (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()
#Enter::dialTelephone()
#y::send {end}{shift down}{home}{shift up}https://www.youtube.com/v/^v ;create youtube link from ID and bypass age restrictions
^!b::Run %programfiles%\TeamViewer\