Eclipse Terminate Keyboard Shortcut

前端 未结 6 557
终归单人心
终归单人心 2021-01-11 16:15

How do I get eclipse to terminate? I use the keyboard shortcut Ctrl+F11 to run a program and I cannot enable the terminate hotkey, since in development

6条回答
  •  星月不相逢
    2021-01-11 16:23

    I think you are looking for this:

    1. Go to Properties -> General -> Keys
    2. Look for "Stop" in my case there are 3, use the one under Category "Launch Bar".
    3. Assign your hotkey and set "In Windows" under the "When" option and apply.

    This terminates the running process, even if the hotkey is called "Stop", wich is somewhat confusing, since there is another hotkey called "Terminate".

    Regards!

提交回复
热议问题