mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #175] Global Hotkeys #127
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#127
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ewancg on GitHub (Sep 12, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/175
Readme says that global hotkeys have been implemented, but mine don't work. There are no settings in the menu for keybind configuration. What are the shortcuts bound to?
@jpochyla commented on GitHub (Sep 14, 2021):
Local hotkeys are currently not configurable, we have #129 open for this. Global hotkeys are a responsibility of the OS, usually the keyboard media keys (such as F7-F9 on Mac) work automatically.
@ewancg commented on GitHub (Sep 14, 2021):
Where can I look into this further?
@jpochyla commented on GitHub (Sep 15, 2021):
Depends on your OS. I'd google something with "media keys" keywords, or MPRIS in case you're on Linux.
@ewancg commented on GitHub (Sep 15, 2021):
Oh, okay. This might be worth putting in the readme as well. If someone else in my situation were to go looking for what their hotkeys are bound to/how they can use them, they wouldn't be able to find it unless they go through the code or find this issue.