mupen64plus / mupen64plus-user-issues

Issue reports from users go here
http://www.mupen64plus.org/
17 stars 3 forks source link

Allow key combinations for joystick input buttons #599

Open richard42 opened 9 years ago

richard42 commented 9 years ago

Originally reported on Google Code with ID 600

It would be nice if the existing input plugin could be modified to support the use of
modifier keys as, well, modifier keys, to allow for key combinations. This would make
it possible to map all four controllers to your keyboard with the same layout, e.g.

    - Controller 1: <key>
    - Controller 2: SHIFT+<key>
    - Controller 3: ALT+<key>
    - Controller 4: SHIFT+ALT+<key>

Currently modifier keys are only accepted as keys in their own right. How you implement
this will of course vary, though I imagine it would look something like

    key(304+100)

in the configuration file.

Reported by rnddim on 2014-02-07 05:09:56