-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Plugin: Global Keybinds #4104
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
base: master
Are you sure you want to change the base?
Plugin: Global Keybinds #4104
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…i1/pear-desktop into global-keybindings
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…i1/pear-desktop into global-keybindings
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
How do I add this? Not having a working global keybind is so annoying. |
@sharkslovegaming for now we need to wait for the project maintainers to review these changes and publish a new version of the app with the global keybind support. If you’re comfortable with the technical side, you can check out my branch (https://github.com/gabrielpastori1/pear-desktop/tree/global-keybindings) and build the app locally to use it right away—that’s what I’m doing at the moment. |
Global Keybinds Plugin
This plugin enables system-wide global keyboard shortcuts for the music player. It allows you to control media playback, volume, and track ratings (like/dislike) from anywhere in your operating system, even when the application is minimized or not in focus.
🚀 Features
🎹 Default Shortcuts
By default, the plugin is configured with the following key combinations (using
Shift+Ctrlto avoid conflicts with common system shortcuts):Shift+Ctrl+SpaceShift+Ctrl+Right ArrowShift+Ctrl+Left ArrowShift+Ctrl+Up ArrowShift+Ctrl+Down ArrowShift+Ctrl+=Shift+Ctrl+-⚙️ Configuration & Options
You can customize the behavior and key assignments through the plugin menu.
Remapping Keys
Click on the "Keybinds Management" option in the plugin menu. A prompt will appear allowing you to press the new key combination you wish to assign to each action.
Window Visibility Toggle (Double Tap)
Double Tap to Toggle Window VisibilityEnabled👨💻 Author
Gabriel Pastori
🤝 Credits
This plugin was developed using the precise-volume plugin as a base and reference.