예제 #1
0
def actionAtStop5():
    setPauseTimer()
    startSoundThread("webmail. h s minus karlsruhe.de wird geöffnet")
    openProgram('firefox https://webmail.hs-karlsruhe.de')
예제 #2
0
def actionAtStop3():
    setPauseTimer()
    startSoundThread("code minus insiders wird geöffnet")
    openProgram('code-insiders')
예제 #3
0
def actionAtStop1():
    setPauseTimer()
    startSoundThread("Konsole wird geöffnet")
    openProgram('cmd')
예제 #4
0
def actionAtStop2():
    setPauseTimer()
    startSoundThread("firefox wird geöffnet")
    openProgram('firefox')
예제 #5
0
def actionAtStop0():
    setPauseTimer()
    startSoundThread("Explorer wird geöffnet")
    openProgram('Explorer')