Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remap the copy-paste keyboard shortcuts in MATLAB on Ubuntu?

The default keys are alt-w for copying and ctrl-y for pasting. Is there any way to remap this to ctrl-c for copying and ctrl-v for pasting?

like image 260
CFR Avatar asked Mar 01 '16 18:03

CFR


1 Answers

Yes. Go to Preferences -> Keyboard. There you will find "Command Window keybindings" and "Editor/Debugger" keybindings. These are most likely set to "Emacs" style for you -- you should change them to "Windows" style to copy and paste with Ctrl-C and Ctrl-V, respectively.

Source: http://blogs.mathworks.com/community/2007/05/11/setting-up-keybindings-for-the-command-window-and-editor/

like image 142
mikkola Avatar answered Oct 02 '22 01:10

mikkola