CTRL-C fails to halt execution in R2015a maci64
1 view (last 30 days)
Show older comments
Yesterday I upgraded to R2015a. CTRL-C no longer halts execution. At first I thought it might be a keyboard mapping issue- I use CAPSLOCK as a CTRL key. Switching this back did not help.
Even if I run something very simple like pause(10), neither CTRL-C (nor anything else I am aware of save force quitting MATLAB), will interrupt for those 10 seconds.
This is very problematic for me as I am working with some numerical integrals that can easily take way too much time and need to be interrupted. Of course I can change the recursion depth to deal with this temporarily but I would still like CTRL-C to work.
UDPATE: Matlab 2015 no longer correctly maps DVORAK keys for the CTRL prefix. It does map correctly for COMMAND, and for no prefixes. Thus COMMAND C still copies, but CTRL-J halts execution. I think I'll repost this with a more appropriate heading.
2 Comments
John D'Errico
on 27 Apr 2015
ctl-c does stop my Mac, running R2015a. No problems, I just tested it.
So it does seem that it has something to do with your keyboard, and possibly the remapping you have used.
Answers (1)
Philip Caplan
on 28 Apr 2015
Please try to regenerate your MATLAB preferences using the instructions in the following link:
If that does not resolve the issue, you might need to re-install R2015a with the original keyboard mapping (i.e. do not map Caps Lock as Ctrl key).
0 Comments
See Also
Categories
Find more on Scope Variables and Generate Names in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!