headmelted / codebuilds

Community builds of Visual Studio Code for Chromebooks and Raspberry Pi
https://code.headmelted.com
MIT License
1.03k stars 56 forks source link

Backspace doesn't work in active code pane #19

Open crossan007 opened 7 years ago

crossan007 commented 7 years ago

Steps to Reproduce:

  1. Open a file in VS Code
  2. Place cursor at right edge of existing text
  3. Press backspace key
  4. Expect characters to be removed "right to left"
  5. No characters are removed.

The backspace key does function in the extensions search window, but not in the code editor window.

This makes it very important to write perfect code on the first attempt.

zengming00 commented 7 years ago

I also have the same problem, backspace key not work on editor window, and the 5 key is not input a 5 number. 5 key is instead backspace key behavior

VSCode Version: 1.14.0 OS Version: Android 6.0 using 'linuxdeploy' install Debian stretch version on armhf arch, VNC connect it

wbdxin commented 6 years ago

the follow is similar problem in my raspberrypi and the action for let ESC and backspace work like vim my envoronment: code-oss armhf 1.29 with vim extension: access through xrdp at begin:

  1. press ESC will trigger the keymap setting, not change the vim status
  2. the backspace no response in text editor.

after change the follow item: File--->Preference--->setting---->change the keyboard item which under the application, from "code" to "keyboard"

now the ESC and backspace key work like under the vim in text editor