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

Implement HotKeys for every function (Suggestions Welcome!) #136

Open
1 of 4 tasks
thecodrr opened this issue May 5, 2017 · 11 comments
Open
1 of 4 tasks

Implement HotKeys for every function (Suggestions Welcome!) #136

thecodrr opened this issue May 5, 2017 · 11 comments

Comments

@thecodrr
Copy link
Owner

thecodrr commented May 5, 2017

I would love some guidance in this area as to which key bindings are most suitable for a function.

Following is the list of functions (all I can remember for now):

  • Basic Commands
  • Song Library Commands
  • Navigation Commands
  • Special Commands

Basic Commands

Command Key Binding
Play/Pause Space
Next Ctrl + (Period (.) or >)
Previous Ctrl + (Comma (,) or <)
Seek Forward Ctrl + Right Arrow
Seek Backward Ctrl + Left Arrow
Volume Up Ctrl + (=)
Volume Down Ctrl + (-)
Show Equalizer Ctrl + E
Repeat Ctrl + R
Shuffle Ctrl + S
Open file Ctrl + O
Mute Ctrl + M
Show Properties Ctrl + I

Song Library Commands:

Command Key Binding
Play Song Enter
Delete Delete
Add to now playing queue Ctrl + Q
Add to favorites Ctrl + F
Show Tags Ctrl + T
@Bond-009
Copy link
Contributor

Bond-009 commented May 5, 2017

Ctrl + e for the Equalizer

@thecodrr
Copy link
Owner Author

thecodrr commented May 5, 2017

@Bond-009 How about only "E"?

@Bond-009
Copy link
Contributor

Bond-009 commented May 5, 2017

I think that if you set a single key as shortcut it can be pressed accidentally more easily.
Maybe an option to change the shortcuts, that would be awesome.

@thecodrr
Copy link
Owner Author

thecodrr commented May 5, 2017

@Bond-009 Noted. Any other suggestions for other functions?

@Bond-009
Copy link
Contributor

Bond-009 commented May 5, 2017

Mostly Ctrl + the first letter :)
Maybe space or enter to play.
Next Ctrl + right arrow and the opposite for previous, and Ctrl up and down to increase and decrease the volume

@thecodrr
Copy link
Owner Author

thecodrr commented May 5, 2017

@Bond-009 See the updated OP.

@Bond-009
Copy link
Contributor

Bond-009 commented May 5, 2017

Ctrl + N is in most programs a new file, I think it should be used to create a new playlist.
And maybe something like this for skipping and moving within songs.
Move forward or backward within a song: Control–Alt–Right Arrow or Left Arrow.
Next or previous song: Control–Right Arrow or Left Arrow;

@thecodrr
Copy link
Owner Author

thecodrr commented May 5, 2017

Noted.

@thecodrr
Copy link
Owner Author

thecodrr commented May 5, 2017

@Bond-009 How about this configuration:
Next: Ctrl + >
Previous: Ctrl + <

Edit:
Forget about those because they aren't in the API.

@Bond-009
Copy link
Contributor

Bond-009 commented May 5, 2017

This is hard to get right, it's mostly about personal preference.

thecodrr pushed a commit that referenced this issue May 5, 2017
@michaela559
Copy link

Hello, do you only want suggestions or do you want someone to implement the fuctions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants