sequence of macro's

Questions and answers about 3Dconnexion devices on Windows.

Moderator: Moderators

Post Reply
Quentinzna
Posts: 3
Joined: Wed Sep 28, 2022 10:21 am

sequence of macro's

Post by Quentinzna »

Hello,

for our intern digital pathology project i'm in dire need of a macro consisting of a sequence of macro's:
- ALT D pauze
- shift enter pauze
- windows key shift right arrow pauze
- alt tab pauze
- ctrl w

Normally, with sequence this is quite easy. However some macro's have modifiers & keystrokes, I don't know how this would work. The following would be a (wrong) example of what i'm trying to do

<MacroEntry>
<ID>Test auto open nieuw scherm</ID>
<KeyStroke>
<Modifiers>
<Modifier>Alt</Modifier>
</Modifiers>
<Key>28</Key>
</KeyStroke>
<Pause>125</Pause>
<KeyStroke>
<Modifiers>
<Modifier>Shift</Modifier>
</Modifiers>
<Key>28</Key>
</KeyStroke>
<Pause>125</Pause>
<Sequence>
<KeyPress>E3</KeyPress>
<KeyPress>E1</KeyPress>
<KeyPress>50</KeyPress>
<KeyRelease>E3</KeyRelease>
<KeyRelease>E1</KeyRelease>
<KeyRelease>50</KeyRelease>
</Sequence>
</MacroEntry>


thanks loads
jwick
Moderator
Moderator
Posts: 3331
Joined: Wed Dec 20, 2006 2:25 pm
Location: USA
Contact:

Re: sequence of macro's

Post by jwick »

See your other thread.
You might need to insert the Alt tab manually. Windows may steal that away from the GUI for its own purposes.
Post Reply