bkovitz
2018-9-27 20:45:08

What keystroke in DrRacket stops the currently running program? (Like Ctrl-C at the Unix shell.)


zenspider
2018-9-27 21:10:13

@bkovitz It’s Cmd-K on the mac. That’s “Force”, not “Ask”. Look in the racket menu.


soegaard2
2018-9-27 21:10:58

Probably K for Kill.


bkovitz
2018-9-27 21:11:44

Thanks! I’d been googling and reading through documentation and looking through key bindings, and never though to look in the Racket menu.


bkovitz
2018-9-27 21:13:06

Uh oh, Ctrl-K (I’m on Linux) turned on “Interactions disabled”. How can I re-enable interactions?


soegaard2
2018-9-27 21:14:34

Run again?


bkovitz
2018-9-27 21:17:06

I just ran it again and hit Ctrl-K again, and I’m back to “Interactions disabled”. Is there a way to do the same thing as clicking Stop from the keyboard? (Clicking Stop doesn’t disable interactions.)


bkovitz
2018-9-27 21:17:13

Ah, it looks like Ctrl-B does that.


bkovitz
2018-9-27 21:18:37

Now I get it: B for Break.


lucifer-x-wang
2018-9-28 04:27:56

@lucifer-x-wang has joined the channel