Skip to content

Add remote settings and menu key shortcuts #3139

Description

@mooncrown04

Describe your suggested feature

override fun onKeyDown(keyCode: Int, event: KeyEvent?): Boolean {
when (keyCode) {
KeyEvent.KEYCODE_SETTINGS,
KeyEvent.KEYCODE_MENU -> {

           showAccountSelectLinear()
		   return true
        }

"Added onKeyDown override to intercept KEYCODE_SETTINGS and KEYCODE_MENU. This triggers the showAccountSelectLinear() function to quickly open the account selection interface using the remote control."

Other details

No response

Acknowledgements

  • My suggestion is NOT about adding a new provider
  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions