Programm laden:https://autohotkey.com/Texdatei erstellen + anpassen (Chars austauschen) und auf Autohotkey Anwendung ziehen (XButton2 oder XButton1 steht für die extra Tasten auf der Maus, Alt usw funktioniert auch)Einfacher Version von Tommy:f1:: Winactivate Charakter-Name #1f2:: Winactivate Charakter-Name #2f3:: Winactivate Charakter-Name #3f4:: Winactivate Charakter-Name #4XButton2::MouseGetPos, xpos, yposControlClick, x%xpos% y%ypos%, Charakter-Name #1ControlClick, x%xpos% y%ypos%, Charakter-Name #2ControlClick, x%xpos% y%ypos%, Charakter-Name #3ControlClick, x%xpos% y%ypos%, Charakter-Name #4returnf6::Pause ; Pause script with Ctrl+Alt+PTab::Suspend ; Suspend script with Ctrl+Alt+Sf7::Reload ; Reload script with Ctrl+Alt+R