Alt+Ctrl+D should always turn into Ctrl+Alt+DAlt+Ctrl+D should evaluate to be equal to Ctrl+Alt+D
Current Behavior
There is no check about the order of the modifier keys. Order changes are regarded as difference. Making the system save user settings although user "resets" the hotkey.
Possible Solution
Implement some logic to A2Hotkey.set_key extracting modifiers and sorting them like ordered on the bottom left of a keyboard:
Expected Behavior
Alt+Ctrl+D should always turn into Ctrl+Alt+D Alt+Ctrl+D should evaluate to be equal to Ctrl+Alt+D
Current Behavior
There is no check about the order of the modifier keys. Order changes are regarded as difference. Making the system save user settings although user "resets" the hotkey.
Possible Solution
Implement some logic to
A2Hotkey.set_key
extracting modifiers and sorting them like ordered on the bottom left of a keyboard:with the left/right variants accordingly