We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e6f15 commit 20cf53bCopy full SHA for 20cf53b
src/index.ts
@@ -249,6 +249,11 @@ class MarkdownOrderedListButtonElement extends MarkdownButtonElement {
249
super()
250
styles.set(this, {prefix: '1. ', multiline: true, orderedList: true})
251
}
252
+ connectedCallback() {
253
+ super.connectedCallback()
254
+ this.setAttribute('hotkey', '9')
255
+ this.setAttribute('hotkey-requires-shift', 'true')
256
+ }
257
258
259
if (!window.customElements.get('md-ordered-list')) {
0 commit comments