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

Fixes for OSX hotkey defaults #5953

Merged
merged 1 commit into from Aug 22, 2017
Merged

Fixes for OSX hotkey defaults #5953

merged 1 commit into from Aug 22, 2017

Conversation

khg8m3r
Copy link
Contributor

@khg8m3r khg8m3r commented Aug 21, 2017

I've been plagued with hotkey issues for some time now on Dolphin on OSX, which I have found stem from an issue in the keyboard.mm files for both OSX and Quartz inputs, where the keys are specifically labelled in Dolphin's InputCommon. This compounded onto the hotkey manager meant that the default setting was looking for keys that it could never receive.
I'm guessing when Quartz was implemented, it just copied a lot of things from the standard OSX Keyboard implementation, which is why they both have the same issue.

I double checked this against both Ubuntu 16.04.3 LTS and Windows 10, and the defaults still behave the same.

@degasus
Copy link
Member

degasus commented Aug 22, 2017

We enforce our coding style clang-format. It is sometimes a bit stupid, but it is a way to get rid of this kind of discussion. But bad luck here, it requires you to reformat your lines. Just checkout the details of the failed "lint" build. Same for you other PR.

@khg8m3r
Copy link
Contributor Author

khg8m3r commented Aug 22, 2017

Fixed this one, will fix the other as soon as I can.

@leoetlino leoetlino merged commit 9d93a16 into dolphin-emu:master Aug 22, 2017
@khg8m3r khg8m3r deleted the OSX branch August 22, 2017 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants