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

Fix getkeybind #694

Merged
merged 3 commits into from
Jun 6, 2017
Merged

Fix getkeybind #694

merged 3 commits into from
Jun 6, 2017

Conversation

PabstMirror
Copy link
Contributor

Fix #692

New keybinding allows multiple keybinds.
5th index of returnValue used to return a single keybind [DIK code, [shift, ctrl, alt]]

What I have now selects the first keybind for index 5 and then returns the full array of keybinds at the end.
This should increase compatibility with old code.
But I'm not sure if it's the best.

Can easily modify this to simply return the array of keybinds for index 5.

@PabstMirror PabstMirror added this to the 3.4 milestone Jun 5, 2017
@commy2 commy2 merged commit afd8d74 into master Jun 6, 2017
@commy2 commy2 deleted the fixGetKeybind branch June 6, 2017 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants