slowly, no missunderstand
the commandstructure for mediola i know allready. sending commands with one keystroke works, example: <key id="ESC" code="Control/Key?Key=
Escape&Focus=1"/> or <key id="2 abc" code="Control/Key?Key=
NumPad2&Focus=1"/>
these all working fine, but these all commands with only one keystroke.
my question have been is it possible to send commands with more then one keystroke like
Ctrl Alt Shift Q I tryed these ways <key id="Example" code="Control/Key?Key=
Ctrl+Alt+Shift+Q&Focus=1"/> <key id="Example" code="Control/Key?Key=
Ctrl + Alt + Shift + Q&Focus=1"/> <key id="Example" code="Control/Key?Key=
Strg+Alt+Shift+Q&Focus=1"/>
after your note to the resources.xml i see that there are commands like that but not with
+ between the types but with an
;no i must try this and take a look if it works. other way is to create custom shortcuts.
mediola itself is not the problem, it sends everything between
code="Control/Key?Key= and
&Focus=1"/>tomorrow i know more