mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #250] Add an option to have well-known shortcuts #213
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#213
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 @graelo on GitHub (Nov 5, 2022).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/250
Hi, thanks for this great App!
I'm capturing Tmux sessions, where all shortcuts start with a configurable prefix. By default it is ⌃B but Tmux users often change it to something easier to type. The usual way to describe tmux shortcuts is just write "prefix" then add the remainder of the shortcut, like
prefix + b + r.Is that something you would consider adding? I think it means
prefix+Thanks!
PS: I wish I could help, but I don't know ObjC
@akitchen commented on GitHub (Nov 7, 2022):
It sounds like you would like to be able to label or decorate certain key combinations in a configurable way? This could be an interesting enhancement for some, though likely not a short term priority for me since development time is limited.
Certain editors and input modes seem like they would benefit from more specialized support (emacs comes to mind as well). Open to suggestions but these sound potentially like new visualizers, and contributions would definitely be welcome.
@graelo commented on GitHub (Nov 7, 2022):
Thanks for your answer, all makes sense!
@akitchen commented on GitHub (Nov 8, 2022):
Both emacs and tmux documentation use a similar C-x style of notating command keystrokes. Sounds like supporting that would be a good first step toward improved emacs and tmux visualization support.
@graelo commented on GitHub (Nov 8, 2022):
Yes, it sounds right.
PS: I'm sorry I can't contribute, but I don't have the bandwidth to learn ObjC.