chihirobelmo/FalconBMS-Alternative-Launcher

More shift keys for binding

Closed this issue · 2 comments

This is more of suggestion than an issue but can you make it registers more shift buttons like i want 6 of my controllers keys are be modifiers is it possible ? Thanks

I would recommend modifying (or creating a wrapper) of the relevant class for buttons (or it's base class/interface if applicable). This could even be as simple as adding a boolean property:

public bool IsModifierKey { get; set; }

I would have to analyze this for a while and hunt it down but I'll take a look when I have the time and see if I can come up with something to enable such functionality.

BMS does not support modifiers other than pinky thus AL. sorry.