Duble dash inserts em dash in proxy #280
Labels
-next release-
Included in the next release
feature
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Terms
Description
This issue is a simple addition to Scribe that allows for an em dash
—
to be inserted if the user does two dashes-
in a row. This is typical keyboard behavior, and also allows for a easier access to that character. I think putting a conditional forcase "-":
after this part in the function that determines key functionality would be a good way to implement this. We'd need to check what the last character in the text proxy is, and afterwards we could do the replacement if there are two in a row 😊Contribution
Happy to work on this myself or help someone who has interest!
The text was updated successfully, but these errors were encountered: