XMBC Version: v2.20.5
Installed or Portable version: Installed
Windows Version: 11
Hello, sorry if posts of this type have already appeared, but it seems I'm not clever enough to make my case work based on other examples. I need help with combining buttons: I would like my mouse wheel up to work as LMB but only when the left CTRL is pressed. If CTRL is not pressed, I would like the wheel up to function as the regular wheel up. Is this possible to achieve? I know there is something like {OD} and I tried doing it that way, but CTRL worked for me not as a condition, but as an additional button.
Please help, and thank you in advance.
change only if button is pressed
Forum rules
Please read the forum rules before posting for the first time.
The more information you can provide, the quicker and more accurately someone can help.
NOTE: To reduce spam, new users can not post links, files or images until they have at least 4 posts.
Please read the forum rules before posting for the first time.
The more information you can provide, the quicker and more accurately someone can help.
NOTE: To reduce spam, new users can not post links, files or images until they have at least 4 posts.
Re: change only if button is pressed
To do this, you will need to use layers and layer modifier keys.
On layer 2, set wheel up to simulated keystrokes and type in {LMB}
Then in general settings -> layer modifier keys, turn it on and set layer 2 to CTRL.
Then when you press CTRL, layer 2 is activated and thus wheel up becomes left mouse button.
Beware that 1. The CTRL key will be held down so if your target app does something different with CTRL+CLICK then your going to have trouble.
2. The wheel is not a button, it does not have a discrete down and up click, just a single "scrolled" message. So it might make things problematic (depending on the target app maybe).
On layer 2, set wheel up to simulated keystrokes and type in {LMB}
Then in general settings -> layer modifier keys, turn it on and set layer 2 to CTRL.
Then when you press CTRL, layer 2 is activated and thus wheel up becomes left mouse button.
Beware that 1. The CTRL key will be held down so if your target app does something different with CTRL+CLICK then your going to have trouble.
2. The wheel is not a button, it does not have a discrete down and up click, just a single "scrolled" message. So it might make things problematic (depending on the target app maybe).
--[ Phil ]--
--[ Administrator & XMBC Author ]--
Logitech G9/G604/M720/MX518, Microsoft Intellimouse, Trust 16341 BT Mouse
Windows 11 x64 24H2, AMD Ryzen 9950x3D, MSI x870E Tomahawk, 64GB DDR%,
nVidia RTX 2070s (still lol)
--[ Administrator & XMBC Author ]--
Logitech G9/G604/M720/MX518, Microsoft Intellimouse, Trust 16341 BT Mouse
Windows 11 x64 24H2, AMD Ryzen 9950x3D, MSI x870E Tomahawk, 64GB DDR%,
nVidia RTX 2070s (still lol)
Re: change only if button is pressed
That's exactly what i needed! Thank you sir!