fibo / flow-view

is a visual editor for Dataflow programming
http://fibo.github.io/flow-view
MIT License
191 stars 23 forks source link

How to change or disable hotkey? #47

Closed samandachen closed 6 years ago

samandachen commented 6 years ago

i want to change or disable hotkey。How to change or disable hotkey?

fibo commented 6 years ago

It is not possible with current implementation to do it with a configuration flag.

To disable hotkeys you should fork and use a custom Frame.js component with empty onDocumentKeydown method.