26

I am using netbeans to code java and i was wondering if there is an option to have a program stopped by pressing a shortcut. I can press F6 to execute program, but I have to use mouse to stop program, which I find a little annoying.

many thanks alfred

Jainendra
  • 24,713
  • 30
  • 122
  • 169
Alfred
  • 60,935
  • 33
  • 147
  • 186

2 Answers2

43

You can use Ctrl+Shift+DEL.

It is defined in Tools > Options > Keymap as System > Cancel Process.

Peter Lang
  • 54,264
  • 27
  • 148
  • 161
  • Thanks for the answer(short/precise). It is correct and will save me a lot of mousing :) – Alfred Mar 03 '10 at 22:10
  • Thanks for the help. Anyway could u help me as well to automate the things? https://stackoverflow.com/questions/48716395/auto-stop-other-running-project-when-running-1-app-under-netbeans – gumuruh Feb 10 '18 at 01:39
  • How do you do this by mousing? – Jetpack May 30 '19 at 14:31
8

In Mac: shift+fn+command+delete

David Levesque
  • 22,181
  • 8
  • 67
  • 82
wannik
  • 12,212
  • 11
  • 46
  • 58