mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #247] Advanced option to manually select which keys are shown #210
Labels
No labels
bug
compatibility
discussion
documentation
enhancement
help wanted
help wanted
investigation needed
pull-request
release
visualizer
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/keycastr#210
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 @Aariq on GitHub (Oct 5, 2022).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/247
I'd ideally love to show command keys, tab, and option + arrow keys (which doesn't show up currently with command keys only). Would it be possible to just make an advanced option to select specific keys to be shown?
@akitchen commented on GitHub (Nov 7, 2022):
Yes, this would be very useful. I think this is a theme across some other issues but thanks for opening an issue focused on it.
@Aariq commented on GitHub (Jan 24, 2024):
Related issues: #289, #284, #279, #188, #20, #11
@jmuheim commented on GitHub (Feb 1, 2024):
Yes, PLEASE add this behaviour, it would be extremely useful! Thank you.
@koraysels commented on GitHub (Feb 4, 2024):
this is going to be a fantastic addition, as this will enable my students to see the key combo's in realtime while I'm demoing something in an IDE..
@peterhgruber commented on GitHub (Feb 4, 2024):
Especially
TABis important to show code completion or command completion with bash or any copilot.@akitchen commented on GitHub (Jun 11, 2024):
Would an option to add navigation keys to the current selected display option cover this need? An open-ended allow/deny list would be quite a bit more complicated though certainly not impossible. See #296 for current thoughts on this.
@Aariq commented on GitHub (Jun 11, 2024):
I'm very pleased with the latest release that allows option + arrows to be displayed, however I wish I didn't also have to display every time I type a capital letter (shift + anything). So now the problem is more that I want to turn off certain modifier keys (i.e. shift on its own). And I guess this also doesn't cover TAB, mentioned above.
@raghubetina commented on GitHub (Jan 23, 2025):
I very much agree with this. I love everything about the current Keycastr except that I can't find a way to turn off e.g. Shift+Letter every time I type a capital letter, or Shift+Number when trying to type standard punctuation, etc. An "exclude" list was a key feature of the old BetterTouchTool for me.
Can anyone advise if I'm overlooking a solution to this? Thanks very much!
@akitchen commented on GitHub (Jan 23, 2025):
it sounds like what people are looking for would be covered by the current "Command Keys Only" option plus a new option to display navigation keys. This is probably simpler to add vs. an open-ended system for filtering which keys to display.