Skip to content

Commit

Permalink
Add backtick key to surround keys
Browse files Browse the repository at this point in the history
Fixes #581.
  • Loading branch information
mitya57 committed Apr 9, 2022
1 parent 8912d45 commit 36cb918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ReText/editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ class ReTextEdit(QTextEdit):
Qt.Key.Key_Underscore,
Qt.Key.Key_Asterisk,
Qt.Key.Key_QuoteDbl,
Qt.Key.Key_QuoteLeft,
Qt.Key.Key_Apostrophe
]
surroundKeysOtherClose = {
Expand Down

0 comments on commit 36cb918

Please sign in to comment.