[GH-ISSUE #250] Add an option to have well-known shortcuts #213

Open
opened 2026-05-05 05:07:18 -06:00 by gitea-mirror · 4 comments
Owner

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

  • an option to replace a well-known shortcut with its name: A with prefix
  • an option to write sequences with a separator like +

Thanks!

PS: I wish I could help, but I don't know ObjC

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 <kbd>⌃B</kbd> 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 - an option to replace a well-known shortcut with its name: <kbd>⌃</kbd><kbd>A</kbd> with `prefix` - an option to write sequences with a separator like ` + ` Thanks! PS: I wish I could help, but I don't know ObjC
gitea-mirror added the
enhancement
visualizer
help wanted
labels 2026-05-05 05:07:18 -06:00
Author
Owner

@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.

<!-- gh-comment-id:1305064684 --> @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.
Author
Owner

@graelo commented on GitHub (Nov 7, 2022):

Thanks for your answer, all makes sense!

<!-- gh-comment-id:1305254260 --> @graelo commented on GitHub (Nov 7, 2022): Thanks for your answer, all makes sense!
Author
Owner

@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.

<!-- gh-comment-id:1306457382 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:1306762555 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/keycastr#213
No description provided.