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

Adding keyboard shortcuts #58

Closed
koflesinge opened this issue Sep 23, 2018 · 4 comments
Closed

Adding keyboard shortcuts #58

koflesinge opened this issue Sep 23, 2018 · 4 comments
Labels
enhancement New feature or request

Comments

@koflesinge
Copy link

Context
I use mpd on a remote server, and I alternatively command it with MyMPD or ncmpcpp.
I really like the keyboard shortcuts on ncmpcpp

Solution
Would you please consider adding keyboard shortcuts to mympd ?
I especially miss the "Tab" to switch between Browse and Queue/Playback

Ncmpcpp keyboard shortcuts
https://pkgbuild.com/~jelle/ncmpcpp/

@jcorporation jcorporation added the enhancement New feature or request label Sep 23, 2018
@jcorporation
Copy link
Owner

jcorporation commented Sep 23, 2018

Thanks for your feature request.
There are already some keyboard shortcuts (the same as in ympd):

Further shortcuts should be possible. But I think the "Tab" is not a good shortcut for a web application, because it breaks default browser behaviour.

@jcorporation jcorporation added this to the v4.3.1 milestone Oct 1, 2018
@jcorporation jcorporation removed this from the v4.3.1 milestone Oct 23, 2018
@jcorporation
Copy link
Owner

Do you miss any other keyboard shortcuts?

@koflesinge
Copy link
Author

Yes

  • Browsing through tab (queue, playslist, library) with numbers. Like "1" for queue, "2" for playlist, ...

  • What is really handy in ncmpcpp are the library shortcuts.

  • "Up" and "Down" to move between items
  • "Enter" to enter a sub-item (like to enter the Artist to see albums )
  • "Space" to queue an item ( either Folder, Artist, Albums, Song...)
  • "A" to add an item to a playlist
  • Also "U" to update the mpd database

Thank you very much

@jcorporation
Copy link
Owner

The devel branch supports now navigation in all the tables with keyboard.

  • n = start table navigation mode

In table navigation mode:

  • n = focus next table
  • p = focus previous table
  • Enter = click event
  • Space = popup menu
  • x = add item to a playlist
  • d = remove item from queue
  • q = append item to queue
  • Q = replace queue through item

The popup menus are now also keyboard accesible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants