Ubuntu Eclipse : Backspace key started working like Delete key

徘徊边缘 提交于 2019-12-10 02:21:17

问题


I am working on Eclipse, backspace key works all fine but suddenly it's started working like delete key (When press backspace we expect to delete backward characters but its deleting front characters).

Is their its an Eclipse functionality? or bug I am not sure. If functionality then let know how to make it correct.

It's really a weird type of issue. Not able to work smoothly.


回答1:


Got solved:

Go to "Window -> Preferences". Then inside the tree navigate to "General -> Keys".

In the right side of the window, type "Delete" where it says "type filter text".

Find the COMMAND: Delete, BINDING: Backspace and click on UnBind Command button at the bottom. Click Apply, then OK.

Its done.

Thanks to @Javich




回答2:


It is indeed a Eclipse problem. It happened to me on Eclipse Luna Windows 8 (Java 8). I also ran that same Eclipse on Ubuntu and it didn't happen.

Long story short, here is a workaround: Go to "Window -> Preferences". Then inside the tree navigate to "General -> Keys".

In the right side of the window, type "Delete" where it says "type filter text". Find the "Delete Previous" binding and click on it. Click on the " < " button in right of the "Binding" text area and select "Backspace". Click "Apply", then "OK".

Done. You are good to go.

Fix Example on Dialog




回答3:


Go to "Window -> Preferences >> General -> Keys". type "Delete" where it says "type filter text".

Find the COMMAND: Delete, BINDING: Backspace and click on UnBind Command button at the bottom. Click Apply, then OK.



来源:https://stackoverflow.com/questions/33824076/ubuntu-eclipse-backspace-key-started-working-like-delete-key

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!