mirror of
https://github.com/nickustinov/itsytv-macos.git
synced 2026-04-26 20:45:54 +03:00
[GH-ISSUE #17] Keyboard shortcut to show/hide text input panel? #16
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#16
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 @mruffalo on GitHub (Feb 9, 2026).
Original GitHub issue: https://github.com/nickustinov/itsytv-macos/issues/17
Originally assigned to: @nickustinov on GitHub.
Incredible app; thanks so much!
The keyboard-only navigation is really nice, but I've encountered one usability issue: there doesn't seem to use the Mac keyboard to show or hide the text input panel. Would it be straightforward to add this, maybe ⌘-K or ⌘-T?
I was reading through the source code myself to see how easy this might be, but especially since I'd never read or written a line of Swift, I thought it might be a lot faster to ask you than try to implement it and make a PR 😅
@nickustinov commented on GitHub (Feb 9, 2026):
@mruffalo Hey, thats a good suggestion. Ideally it should open it automatically as you get to the text input field. I will look into it in the nearest days!
@nickustinov commented on GitHub (Feb 12, 2026):
Implemented in v1.4.0 –
⌘Ktoggles the text input panel, exactly as you suggested. Works both to open and close it, even while the text field is focused.