-
Notifications
You must be signed in to change notification settings - Fork 53
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
Keymaps improvements #140
base: retroplayer-21
Are you sure you want to change the base?
Keymaps improvements #140
Conversation
https://kodi.wiki/view/Game_playback_controls Now that i just read that the "Select+Y" (Xbox style = Select+X in SNES style) Game Menu toggle might be adapted from RetroPie - if that's a button combo that's already common and well established, i surely will re-add it back in an updated commit. Did not know about that. Everything else should still be valid. Will read some more since i never used RetroPie yet (or even Kodi RetroPlayer until recently). :-) Edit: |
Thanks for the keymap recommendations! Regarding the Select X/Y action, you can see how you have to specify each style whenever referring to the controls. More broadly, the two styles are "Western" (xbox) and "Japanese" (snes/ps). We can certainly extend the keymap system to be conscious of these so that the correct button is mapped and labelled in the GUI. However, as I haven't completed this task, I just made both X and Y do the same thing. At the expense of some confusion due to multiple actions having the same effect, you can't argue that it doesn't solve the problem effectively. A parallel task that we can consider is the discussion in xbmc#25178: Android controller support is majorly screwed up for remotes and controllers, so I'd like to combine them into a single map. Maybe we can consider this desire in our effort to improve button maps?
I can support you by adding a new feature, the ability to show "real" buttons in the UI. I started this effort here: xbmc#24147. It can be made more expressive to show other info dynamically (such as even highlighting button labels when the button is pressed, similar to how the controller icons are activated in the Player Viewer). Does xbmc#24147 open up any ideas on your end? |
Some very few but effective keymaps improvements which could go along especially well with the latest GameOSD UI updates.
If i see correctly, as of today, on controllers, GameOSD can be opened (and closed) in at least 3 ways:
I changed "Select + X" and "Select + Y" to only "Select + A" because:
Feel free to correct if i overlooked anything or something else comes to mind.
Cheers