mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #59] Feature request: Show keys in 'C-x' 'M-x' 'C-M-x' 'SPC' style. #46
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#46
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 @jiegec on GitHub (Apr 7, 2016).
Original GitHub issue: https://github.com/keycastr/keycastr/issues/59
This syntax comes from Emacs: https://www.gnu.org/software/emacs/manual/html_node/elisp/Key-Sequences.html#Key-Sequences. I think it would look great for those recording Emacs videos especially tutorial ones.
@sdeken commented on GitHub (Sep 21, 2016):
Ideally I'd like to see this implemented as a new visualizer - the intent was to allow visualizers to be developed by third parties and installed by the user, but I don't know that it ever made it into the product. I agree it would be useful!
@alexjgriffith commented on GitHub (May 12, 2019):
You have to overwrite variables defined in
KCKeystrokeTransformer.mAlso check out
_specialKeysin the same file (~ L7), it will let you change the symbols used for space return etcYou can rebuild the whole project with the new bindings in xcode. I'm not familiar enough with this project or objective c to be sure if there is an idiomatic way to do this in a plugin.