Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] The ability to map complete keystrokes and macros #36

Open
liftoff opened this issue Apr 23, 2014 · 3 comments
Open
Labels

Comments

@liftoff
Copy link
Contributor

liftoff commented Apr 23, 2014

It would be nice if we could define keystrokes like:

KEY_LEFTSHIFT+KEY_UP = button_l1

To further this line of thinking it would be really, really great if we could define whole macros:

KEY_V,DELAY(500),KEY_1 = button_r2

...and with button combinations on the other side as well:

KEY_LEFTSHIFT+KEY_TAB = button_l3+button_r3
@Ape
Copy link
Collaborator

Ape commented Apr 27, 2014

Also, if this is going to be refactored, I think it should be

button_l1 = KEY_UP

instead of

KEY_UP = button_l1

@liftoff
Copy link
Contributor Author

liftoff commented May 2, 2014

I agree. The mapping should definitely be:

controller event = some action or actions

That makes a heck of a lot more sense.

@Ape Ape added the feature label Apr 30, 2016
@wesbeyrent
Copy link

I know this is an old feature request, but I'd like to second this request, specifically the combo mapping in a manner such as:

KEY_SPACEBAR = button_l2+button_r2

This would be extremely helpful when mapping for games that rely heavily on the keyboard along with a joystick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants