Linux Hot Key Settings
조회 수: 299 (최근 30일)
이전 댓글 표시
On Linux Ubuntu 14.04, MATLAB uses the weirdest hot key combinations I've ever seen by default. For example, to copy is 'Alt+W' and paste is 'Ctrl+Y'. I want the standard 'Ctrl+C' and 'Ctrl+V' combinations. How do I control this?
댓글 수: 0
채택된 답변
Walter Roberson
2016년 1월 14일
Preferences -> Keyboard -> Shortcuts
댓글 수: 7
Eric
2024년 6월 13일
편집: Eric
2024년 6월 13일
Thank you for your answer. Nevertheless, I agree with @Artur Przybysz: the default shorcut set is weird. And emacs user are a minority. But beside this i cannot even find the command "search" in Preferences -> Keyboard -> Shortcuts (which is defined as <Ctrl> + <f> in Windows as well as MacOS (if I remember correctly for macOS). What is this command called / how can I change that?
Steven Lord
2024년 6월 13일
Switch to the Windows Default Set in the MATLAB Keyboard Shortcut Preferences then press Ctrl+F while the cursor is in the search bar in the preferences window. This will list the actions whose shortcuts include Ctrl+F. Once you've found that, switch back to the Emacs Default Set and search for that action name.
The actions you're looking for could be either Find (in MATLAB Editor, Command History, MATLAB Desktop, or Command Window) or Find Files (in Current Folder) based on a quick experiment.
In the Emacs Default Set these are Ctrl-H (for Find in Command History, MATLAB Desktop, or Command Window), Ctrl-Shift-H (for Find in MATLAB Editor; Ctrl-H is Replace in the Editor), or Ctrl-H (for Find Files in Current Folder.)
추가 답변 (1개)
Reeshabh Kumar Ranjan
2019년 5월 26일
Change the Shortcut's Active setting to Windows Default Set:
HOME > Preferences > Keyboard > Shortcuts > Active settings
댓글 수: 14
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!