Weej1 / mupen64plus

Automatically exported from code.google.com/p/mupen64plus
0 stars 0 forks source link

Allow key combinations for joystick input buttons #600

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by rnd...@gmail.com on 7 Feb 2014 at 5:09