On 13/12/2023 17:56, Luc wrote:
I am struggling to find out how to send multiple key presses to bind
such as Ctrl+Shift+o or Ctrl+Alt+d.
<Control_L><Shift_L><o> doesn't work. I also tried a few other formats
and none works.
As I think you've been told before, you shouldn't use key sequences for
this. You will probably have much more luck by using modifiers instead.
<Control-Alt-d> for Ctrl+Alt+d
<Control-Shift-O> for Ctrl+Shift+o
Due to the shift key being pressed, pressing the "o" key will produce a
capital "O". That's why you have to use "O" in the binding.
<Control-Shift-o> will only work if CapsLock is on.
I have successfully tested all three mentioned bindings.
Schelte.
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)