chihirobelmo / FalconBMS-Alternative-Launcher

Configure and save FalconBMS setup per Joysticks.
Other
130 stars 30 forks source link

More shift keys for binding #27

Closed fcanozduyar closed 2 years ago

fcanozduyar commented 4 years ago

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

Hawkeye4040 commented 3 years ago

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.

chihirobelmo commented 2 years ago

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