fix: double asterisk to bold fixes #2080 (#2093)

* fix: double asterisk to bold fixed

* double asterisk to bold fixed
This commit is contained in:
Om Gujarathi 2023-03-27 07:50:21 +05:30 committed by GitHub
parent f9a1cb2623
commit f40d1a9a96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -309,7 +309,7 @@ List<ShortcutEvent> builtInShortcutEvents = [
),
ShortcutEvent(
key: 'Double asterisk to bold',
command: 'shift+digit 8',
character: '*',
handler: doubleAsteriskToBoldHandler,
),
ShortcutEvent(