示例#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')