--- In [email protected], "dleidinger" <dleidin...@...> wrote: > > > As default, I can use for every icon on Bar three mouse shortcuts > > (left,middle,right mouse click). Can I apply combinations with keypad, for > > exam. CTRL+ left click for another action? > > Within a script you can use powerpro-variables to find out if a > special key is pressed: ALT,WIN,CTRL,SHIFT. In my tests ALT > worked allways, WIN can be problematic because of the activation > of the windows-taskbar, CTRL and SHIFT didn't work (no idea why).
Hi Detlef, You need to keep holding those keys down until the scripted test for CTRL, SHIFT, etc. is completed. If you just hold them down while clicking, that is not long enough. Alt may seem to be working for you because in some contexts that particular key acts as a toggle (press and release once and the alt key is down, press and release again and it is up). Regards, Sheri
