You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
!^f::
#strg+alt+f
WinSet, Style, ^0Cx40000, A
#replace ^ with - to set permanantly
#replace 4 with 0 to leave window border#A specivies Active Window replace with name shown in title bar to specify a window directly
WinMove, A, , 0, 0,
#Return
STEAM-HUE-HB-VOL-DS4W-shortcuts
#maxThreadsPerHotkey, 2setKeyDelay, 50, 50setMouseDelay, 50
banana:=0$f1::
; banana:=!banana .... This assigns banana to the value of NOT (!) banana. so lets ; say banana starts out FALSE (0). you then turn banana to NOT FALSE. which is ; TRUE (1). so now banana is set to TRUE. and then lets say you toggle it again. ; you set banana to NOT TRUE, which is FALSE. banana is now set to FALSE. ; .... 1 is true, 0 is false. ! is NOT.
banana:=!banana
if (banana=1)
{
Run C:\Users\roess\files\stm\Steam.exe
}
else{
Run cmd.exe /c taskkill /F /IM "Steam.exe"/T
}
returnNumpadAdd::F6 ;hue sync hellerreturnNumpadSub::F5 ;hue sync dunklerreturnNumpadMult::F7 ;hue sync an ausreturnLWin & NumpadAdd::Volume_UpreturnLwin & NumpadSub::Volume_DownreturnLWin & NumpadMult::
Run cmd.exe /c taskkill /F /IM "cmd.exe"/T
Sleep500Run cmd /c "cd C:\Users\roess && homebridge"Return