mirror of
https://github.com/nickustinov/itsytv-macos.git
synced 2026-04-26 20:45:54 +03:00
[GH-ISSUE #18] Volume up/down keys and closing the remote with the keyboard #17
Labels
No labels
bug
enhancement
pending appstore release
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/itsytv-macos#17
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 @Morgan1er on GitHub (Feb 11, 2026).
Original GitHub issue: https://github.com/nickustinov/itsytv-macos/issues/18
Originally assigned to: @nickustinov on GitHub.
First, thanks a lot for this one! I've been waiting for an app like this for ages! And it works great :)
But (there's always a but), 2 things are missing for me:
Thanks a lot.
@nickustinov commented on GitHub (Feb 12, 2026):
Thanks for the kind words and the great suggestions!
Both are addressed in v1.4.0:
Hotkey toggle – the global hotkey now toggles the remote. Press it once to open, press it again to close.
Volume keys – intercepting the Mac's hardware volume keys would require an invasive "Keystroke Receiving" system permission, which isn't a good trade-off for a remote control app. Instead, you can use
+and-on your keyboard to control Apple TV volume when the panel is focused. All keyboard shortcuts now show as tooltips when you hover over the remote buttons.Unfortunately mute isn't possible – the Companion protocol doesn't expose a mute command.