refactory-id / bootstrap-markdown

Bootstrap plugin for markdown editing
Apache License 2.0
1.99k stars 370 forks source link

The hotkey conflict with jquery.hotkeys.js #266

Open KINGMJ opened 7 years ago

KINGMJ commented 7 years ago

In our project , we use both jquery.hotkeys.js and bootstrap-markdown.js

When I press any key , some methods have been triggered , like this:

So I can’t enter any text

acrobat commented 7 years ago

Can you provide a jsfiddle to replicate this behavior?

KINGMJ commented 7 years ago

@acrobat https://jsfiddle.net/JerryMei/75huo89h/ This is my demo address I think the jquery.hotkeys.js has some problems , maybe I should replace it with another version