; Hotkeys f�r IR Remote

; * beliebige weitere taste
; ^ CTRL
; ! ALT
; # windows key
; + SHIFT
; 

; #^!F1::
; 	;MsgBox You pressed Win+Strg+Alt+F1
; Return
; 
; #^!F2::
; 	;MsgBox You pressed Win+Strg+Alt+F2
; Return
; 	
; #^!F3::
; 	;MsgBox You pressed Win+Strg+Alt+F3
; Return
; 	
; #^!F4::
; 	;MsgBox You pressed Win+Strg+Alt+F4
; Return
; 
; #^!F5::
; 	;MsgBox You pressed Win+Strg+Alt+F5
; Return
; 
; #^!F6::
; 	;MsgBox You pressed Win+Strg+Alt+F6
; Return
; 
; #^!F7::
; 	;MsgBox You pressed Win+Strg+Alt+F7
; Return

#^!F8::
	;MsgBox You pressed Win+Strg+Alt+F8
	Run, switchToApp.ahk SPOTIFY
Return

; #^!F9::
; 	MsgBox You pressed Win+Strg+Alt+F9
; Return

#^!F10::
	;MsgBox You pressed Win+Strg+Alt+F10
	Run, switchToApp.ahk KODI
Return