gp1313 / iep

Automatically exported from code.google.com/p/iep
0 stars 0 forks source link

Numpad Enter behaves differently from main Enter on Alt+Enter #170

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As state: Trying to execute a block of code (Alt+Enter, Alt+Return) with either 
Enter keys gives different results. Ctrl+Enter behaves correctly.

Original issue reported on code.google.com by zaha...@gmail.com on 27 Feb 2013 at 2:09

GoogleCodeExporter commented 8 years ago
Check the key bindings in settings > edit key mappings. We can only bind each 
action to two keys.

For executing selection: Alt-Return is used, and also F9 for Matlab 
compatibility.

For executing cell: Ctrl-Return is used, and also Ctrl-Enter for convenience.

Original comment by almar.klein@gmail.com on 27 Feb 2013 at 3:16

GoogleCodeExporter commented 8 years ago
Right. It's shown in the Run menu, and along with the placeholders for other 
features in the Settings menu (Syntax styles, Advanced settings) I wasn't aware 
it was actually possible at this stage of the app dev.

Thanks!

Original comment by zaha...@gmail.com on 27 Feb 2013 at 6:09