summaryrefslogblamecommitdiffstats
path: root/ahk-assistant.ahk
blob: 0251c5edec77230756b4ff378c230c33edc10738 (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, *i %A_ScriptDir%\variables.ahk ;physical and ip address completions, only included if exists. See .gitignore for details
#Include, %A_ScriptDir%\functions.ahk ;all those long winded functions

;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.exe -private-window
#e::dirWorking()
#+e::dirSync()
^!e::Run ::{