Hotkey, IfWinActive, ahk_class CabinetWClass Hotkey, RButton, tomsBackButton return Hotkey, IfWinExist, tomsBackButtonWin Hotkey, LButton, tomsBackButtonWinClose return tomsBackButton: Coordmode, Mouse, Screen MouseGetPos, mouseX, mouseY mouseY := mouseY - 60 Gui +AlwaysOnTop -MinimizeBox -MaximizeBox Gui, Add, Button,, Zurück Gui, Show, x%mouseX% y%mouseY%, tomsBackButtonWin Send, {RButton} return tomsBackButtonWinClose: WinClose, tomsBackButtonWin return ButtonZurück: WinClose, tomsBackButtonWin Send, {Backspace} return