[GH-ISSUE #334] Consecutive Identical Characters not handled by keystrokes properly #279

Open
opened 2026-02-26 09:30:50 +03:00 by kerem · 1 comment
Owner

Originally created by @iamwyza on GitHub (Jun 4, 2018).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/334

If you try to do keystrokes with multiples of the same character, it wants to treat them as 1. Ex:

gg=G

I know that seems nonsensical (and it's vim, so, you know, it's like that sometimes), but that is a valid set of keystrokes, but what it wants to translate that to is G=Shift+G. Rather than gg=G.

Originally created by @iamwyza on GitHub (Jun 4, 2018). Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/334 If you try to do keystrokes with multiples of the same character, it wants to treat them as 1. Ex: `gg=G` I know that seems nonsensical (and it's vim, so, you know, it's like that sometimes), but that is a valid set of keystrokes, but what it wants to translate that to is G=Shift+G. Rather than gg=G.
Author
Owner

@NickeManarin commented on GitHub (Aug 12, 2018):

For now, you could edit the key strokes manually. :/

<!-- gh-comment-id:412310188 --> @NickeManarin commented on GitHub (Aug 12, 2018): For now, you could edit the key strokes manually. :/
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
starred/ScreenToGif#279
No description provided.