Cannot type hashtag in Eclipse

Viewed 456

I'm having weird problem, I'm using shortcut AltGr+X or Ctrl+Alt+X to type # hashtag symbol in the code editor. However, even though I don't have any binding in eclipse for this shortcut, I can't type this symbol. Other symbols such as @ (AltGr+V) work normally. I can also copy-paste # that I type anywhere else.

Here are my key-bindings: https://textuploader.com/1c2qw

Is there something wrong in my configuration or am I doing something wrong or is it a bug?

Edit: After applying "Show key binding when command is invoked" I can confirm no command is being run, however nothing is typed.

1 Answers

Workaround:

  • select menu Window → Preferences
  • expand General → Keys
  • search for Run Gradle Test
  • click Unbind Command
  • click Apply and Close
Related