kumabook/bebop

emacs key-binding restriction on linux and windows

kumabook opened this issue · 2 comments

On linux and windows, we can't override emacs key-bindings

shortcut key os. browser can override
C-N windows firefox X
C-N windows chrome X
C-N linux firefox X
C-N linux chrome X
C-P windows firefox
C-P windows chrome
C-P linux firefox
C-P linux chrome

bebop should focus on command line interface, stop supporting emacs key-bindings on textarea.

It seems that Ctrl+n is restricted for browser security reason

Remove emacs key-bindings in content_script at #49.
This extension focus on command line interface.
key-bindings on popup are still enabled