9

My backspace key in Eclipse Mars (4.5.0) works like the delete key: it deletes the right character instead of the left one. That's really confusing

Maybe I accidentally used a shortcut key?

I tried to restart Eclipse but it didn't work. I also tried to switch the key binding preferences to "Emacs" scheme before reverting to "Default" but that didn't work either.

Any help appreciated, thank you!

Edit: damn, I just found out that ctrl+x doesn't work any more either!

Mathieu
  • 195
  • 1
  • 6
  • I also have the same issue. but mines ctrl+x is working. – murtaza.webdev Nov 20 '15 at 13:21
  • I would believe this is the same problem as posted [here](http://stackoverflow.com/questions/33824076/ubuntu-eclipse-backspace-key-started-working-like-delete-key). (Also has a workaround) – Javier Z. Nov 21 '15 at 21:52
  • Thank you Javich. It indeed seems to be the same problem. However, I tried the workaround but it doesn't work. – Mathieu Nov 23 '15 at 07:44
  • I got solved. try this : http://stackoverflow.com/questions/33824076/ubuntu-eclipse-backspace-key-started-working-like-delete-key/33866557#33866557 – murtaza.webdev Nov 23 '15 at 08:34

1 Answers1

16

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

murtaza.webdev
  • 3,523
  • 4
  • 22
  • 32