Ctrl+B, Ctrl+I, Ctrl+K, Ctrl+L Please!
Open
- Dominant language
- JavaScript
- Stars
- 10.1k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
1. Already edited the [_/public/js/lib/editor/index.js_](https://github.com/hackmdio/codimd/blob/master/public/js/lib/editor/index.js)
2. docker container holds the modified _.js_ after the restart,
but **none** of the customized key combinations are working. How can I solve this?
```
'Ctrl-B': cm => {
utils.wrapTextWith(this.editor, cm, '**')
},
'Ctrl-I': cm => {
utils.wrapTextWith(this.editor, cm, '*')
},
'Ctrl-K': cm => {
utils.wrapTextWith(this.editor, cm, '`')
},
```
Contributor guide
Assessment
This issue has not been assessed yet.