Hello,
I want to change my Bindings so that I can use modifiers like shift or ctrl.
Example: Mouse5 for Coolshot / Shift-Mouse5 for Override
or: Mouse1 for WG1 / Shift-Mouse1 for WG2
and so on...
It seems to be strangely impossible to do in the keybindings menu...
I also found the actionmaps.xml file:
There I will have to remove the "nomodifiers" tag to allow modifiers but I could not find out how to force it to actually require a modifier or second key. "lshift" would be the one I need, but what is the correct syntax?
Regards,
Taxxian
0
Keybindings With Modifiers
Started by Taxxian, Feb 19 2016 02:31 AM
3 replies to this topic
#1
Posted 19 February 2016 - 02:31 AM
#2
Posted 19 February 2016 - 03:37 AM
No idea on the syntax, but the l shift already does something. I honestly don't know of any commands that require or allow dual key presses. Personally, I'd just think of different key bindings, which is what I did. (Although in this case I must admit that I left Override as O).
#3
Posted 19 February 2016 - 04:46 AM
Taxxian, on 19 February 2016 - 02:31 AM, said:
Hello,
I want to change my Bindings so that I can use modifiers like shift or ctrl.
Example: Mouse5 for Coolshot / Shift-Mouse5 for Override
or: Mouse1 for WG1 / Shift-Mouse1 for WG2
and so on...
It seems to be strangely impossible to do in the keybindings menu...
I also found the actionmaps.xml file:
There I will have to remove the "nomodifiers" tag to allow modifiers but I could not find out how to force it to actually require a modifier or second key. "lshift" would be the one I need, but what is the correct syntax?
Regards,
Taxxian
I want to change my Bindings so that I can use modifiers like shift or ctrl.
Example: Mouse5 for Coolshot / Shift-Mouse5 for Override
or: Mouse1 for WG1 / Shift-Mouse1 for WG2
and so on...
It seems to be strangely impossible to do in the keybindings menu...
I also found the actionmaps.xml file:
There I will have to remove the "nomodifiers" tag to allow modifiers but I could not find out how to force it to actually require a modifier or second key. "lshift" would be the one I need, but what is the correct syntax?
Regards,
Taxxian
you cannot do multi key combinations for a single function in MWO, however the mouse manufacturer may well have some software for the mouse allowing you to set those sort of combinations to a specific function.
#4
Posted 19 February 2016 - 05:09 AM
No Logitech drivers dont offer that functionality, they can only translate one mouseclick into multiple action not the other way...
But I found a solution:
AutoHotkey!
#IfWinActive, ahk_class CryENGINE
+LButton::Send {1}
Return
+RButton::Send {2}
Return
#IfWinActive
Translates "Shift-LButton" in "1" and so on...
problem solved...
But I found a solution:
AutoHotkey!
#IfWinActive, ahk_class CryENGINE
+LButton::Send {1}
Return
+RButton::Send {2}
Return
#IfWinActive
Translates "Shift-LButton" in "1" and so on...
problem solved...
3 user(s) are reading this topic
0 members, 3 guests, 0 anonymous users