ccw-ide / ccw

Counterclockwise is an Eclipse plugin helping developers write Clojure code
https://github.com/laurentpetit/ccw/wiki/GoogleCodeHome
Eclipse Public License 1.0
220 stars 50 forks source link

can't type @ on german keyboard layout #841

Closed ghost closed 9 years ago

ghost commented 9 years ago

Altgr+Q dose nothing in every Editor or Repl. Only works in prefrence menu

laurentpetit commented 9 years ago

It's probably the binding introduced by the command "show active REPL". I will disable this binding by default. In the mean time, you can do it yourself via Preferences > General > Keys > type filter 'active repl ; in the Binding form entry, remove the binding. Save. You're done.

ghost commented 9 years ago

Hi Lauren,

thank you for the quick response!

Quick note: Restart Eclipse after removing the keybinding.