Replies: 1 comment
|
(where the bottom ones are holding control). This may be a terminal limitation. See also #1085 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey all,
TOML doesn’t support just any character in keys so I was wondering how you would specify a custom keymap for Ctrl' (single quote).
There doesn’t seem to be a special name for the single quote (or double quote, etc.) and I’ve tried
"C-'"without success.On the other hand, to bind to just the single quote,
"'"works.All reactions