emacs key-binding restriction on linux and windows
kumabook opened this issue · 2 comments
kumabook commented
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.
kumabook commented
It seems that Ctrl+n
is restricted for browser security reason