Ah in topdesk zelf kan je dat instellen gelukt mischien heeft iemand anders er ooit nog wat aan.
http://www.autohotkey.com/forum/viewtopic.php?t=2560
Opgelost.
Kopieer dit in het script
; IMPORTANT INFO ABOUT GETTING STARTED: Lines that start with a
; semicolon, such as this one, are comments. They are not executed.
; This script has a special filename and path because it is automatically
; launched when you run the program directly. Also, any text file whose
; name ends in .ahk is associated with the program, which means that it
; can be launched simply by double-clicking it. You can have as many .ahk
; files as you want, located in any folder. You can also run more than
; one ahk file simultaneously and each will get its own tray icon.
; SAMPLE HOTKEYS: Below are two sample hotkeys. The first is Win+Z and it
; launches a web site in the default browser. The second is Control+Alt+N
; and it launches a new Notepad window (or activates an existing one). To
; try out these hotkeys, run AutoHotkey again, which will load this file.
Rbutton & LButton::AltTab
$RButton::MouseClick, right
; Note: From now on whenever you run AutoHotkey directly, this script
; will be loaded. So feel free to customize it to suit your needs.
; Please read the QUICK-START TUTORIAL near the top of the help file.
; It explains how to perform common automation tasks such as sending
; keystrokes and mouse clicks. It also explains more about hotkeys.
http://www.autohotkey.com/ freeware
http://www.autohotkey.com/forum/viewtopic.php?t=2560
AutoHotkey.ahk de script waar het omgaat zit in je documents and settings/naam/mijn documenten/ map
daar kan je die script editen en bovenstaande in kopieren.
Ik ben er klaar mee.

Werkt perfect voor mij met topdesk.
Alt tab (bij mij topdesk) met rechtermuisknop ingedrukt houden dan linker muisknop klikken.
Zo heb je nog steeds de middelste muisknop voor een nieuwe tab in IE of firefox.
Jij ook bedankt chris had dit nooit gevonden zonder jouw topic start.
[
Voor 204% gewijzigd door
ikweetniks op 11-03-2007 04:42
]