Key sequences? #868
Unanswered
test3211234
asked this question in
Q&A
Replies: 2 comments 1 reply
-
@test3211234 did you find anything useful? I'm trying to implement a very simple modal editor inspired from vim and I want to make use of commands like dd, yy etc. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@test3211234 hey, you can do either way. No matter the format, they are all registered as key presses in bubble tea. Use whichever format you prefer |
Beta Was this translation helpful? Give feedback.
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.
-
I was looking at this key test file and saw both "a alt+a a" (separated by space) and "abcd" (no space separation) for what I assume is key sequences, as in press a then b then c then d in succession. My question is which is right and why the ambiguity? Shouldn't it be "a b c d"? Thanks
Beta Was this translation helpful? Give feedback.
All reactions