-
Notifications
You must be signed in to change notification settings - Fork 659
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/configurable controller hotkeys #1523
Feature/configurable controller hotkeys #1523
Conversation
You might want to adjust your code to fit the coding style guidelines |
if you mean camel case vs snake notation variables, i feel like even Exzap doesn't follow those guideless (look at CemuConfig.h variables). is it worth really worth changing? i wanna hear @Exzap's opinion on this, since he breaks his own rules, maybe it's the |
For that particular example while the latest commit shows it's 11 months old, that commit is not the one that introduced that variable. It merely prepends |
aight, will make the my first PR conform and then rebase this one and conform it as well. |
CODING_STYLE.md mentions this in the first line:
Imho the best approach is to just do a style pass and if you miss some things thats fine. Style nitpicking can turn into bikeshedding really quickly so personally I tend to merge PRs even if they don't follow the guidelines 100%. But we will point out if a large part of the code doesn't match the guidelines. On a side note, I didn't really have time to check out your PRs in detail yet. But a question I have is how this interacts with keyboard controller input? It's not uncommon for people to map some controller button to space for example. Will it just trigger both in that case? |
Yes, it would trigger both. But since there is a possibility to add modifiers to hotkeys, this problem is solvable by the user (e.g.. you could set the hotkey to be |
f30e832
to
ddc38a5
Compare
rebased and fixed coding style issues on latest commit. anyways, it's better to focus on #1519 PR, so this PR would be a single commit that adds controller hotkeys |
ddc38a5
to
008f589
Compare
fixed most configuration issues.
|
1a33299
to
b09b3db
Compare
fixed issue where clicking keyboard hotkey input button and then clicking controller hotkey input button (or vice versa) would restore the previously clicked value into a wrong input type button. |
b09b3db
to
a797e89
Compare
rebased to get keyboard hotkey input cancel/clearing support. added controller hotkey input cancel/clearing via right mouse clicks |
a797e89
to
65322f7
Compare
fixed issue, where clicking the previously configured controller hotkey input button would not register. |
04739d0
to
b227b25
Compare
fixed trigger buttons not working as hotkeys. |
25661c5
to
defbb8d
Compare
defbb8d
to
c8f5c2c
Compare
moved controller support to the first PR (#1519), closing. |
STILL WIP (also sort of blocked by #1519)
Demo: https://www.youtube.com/watch?v=CNSJTER_i8k
Added configurable controller support to configurable hotkey system.
Will add more description to this pull request when I feel like it's ready to be at least reviewed. For now, putting on draft.