editor-js / editor-js/underline
Underline doesn't have shortcut hint in inlineToolbar
Open
- Dominant language
- TypeScript
- Stars
- 31
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
can we have shortcut for underline so it'll be like bold toolbar below?

right now the underline toolbar is like this

I think we can add something like this in the class component
```
static get shortcut() {
return 'CMD+U'; //or 'CTRL+U'
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.