Alexander  Shmuratko
Alexander Shmuratko

Reputation: 341

Change hotkey category in Eclipse

How do I change a hotkey category in Eclipse? E.g. I need to set a key for the "Next bookmark", but this command is under "C/C++ source" category, and my hotkey doesn't work in Java code.

Upvotes: 0

Views: 646

Answers (1)

Ahmad
Ahmad

Reputation: 427

You can follow this link:

How to Manage Keyboard Shortcuts in Eclipse and Why You Should

And you can go "Window\Preferences\General\Keys" and can Unbind or Bind hotkeys to commands at WHEN (means category e.g. Debug, In Window, Java ,...) it work.

And for custom binding you can follow this link:

Define key bindings for Eclipse Commands - Tutorial

Upvotes: 1

Related Questions