JunSuzukiJapan / atom-keyboard-macros

MIT License
7 stars 8 forks source link

Macro incorrectly records ")" key #34

Closed haberdashPI closed 6 years ago

haberdashPI commented 6 years ago

Although ")" is a part of the keyboard command for closing a macro, it gets recorded as part of hte macro.

E.g. executing a macro which adds "bob" to the end of a line results in this if I repeat the macro

some lines of text
are written here as an example

turns into

some lines of text "bob"
) are written here as an example "bob
)

The expected result would be

some lines of text "bob"
are written here as an example "bob"
mbolivar commented 6 years ago

dupe: https://github.com/JunSuzukiJapan/atom-keyboard-macros/issues/16