Some problems with installing MATLAB under Ubuntu: shortcut keys and Chinese

Not much nonsense, after installing Matlab under Ubuntu, you may encounter two problems.

1. When the shortcut key fails, such as ctrl+C, ctrl+V cannot be used, a solution is:

Preset->Keyboard->Shortcut, change the current setting from the Emacs default set to the Windows default set at the top.

2. Comments cannot be entered in Chinese, this needs to modify the file named `matlab` in the bin folder under the path where Matlab is installed, and add two lines of content

export XMODIFIERS="@im=fcitx"
export QT_IM_MODULE="fcitx"

Be careful not to add after #, that is a comment

Is it done pretty boy?

 

Guess you like

Origin blog.csdn.net/Meiyuan2021/article/details/124440363