Normal
I made the Change as described above, and now I can navigate with my HAMA remote I guess some fine Tuning might still be needed.Specially the green "Start" button also Switches Window state from Maximized to Normal and back.Not sure where this Comes from, since the key Code for this button is "LWin"Anyway: my preliminary config file is attached.I only changed:InputdeviceManager.cs: Line 74 from"if (executeAction && _pressedKeys.Count != 0)"to"if (executeAction && _pressedKeys.Count == keyMapping.Code.Count)"Need to test it in Action, but Looks not bad so far
I made the Change as described above, and now I can navigate with my HAMA remote
I guess some fine Tuning might still be needed.
Specially the green "Start" button also Switches Window state from Maximized to Normal and back.
Not sure where this Comes from, since the key Code for this button is "LWin"
Anyway: my preliminary config file is attached.
I only changed:
InputdeviceManager.cs: Line 74 from
"if (executeAction && _pressedKeys.Count != 0)"
to
"if (executeAction && _pressedKeys.Count == keyMapping.Code.Count)"
Need to test it in Action, but Looks not bad so far