필터 지우기
필터 지우기

Assign a custom shortcut to keyboard-shortcut

조회 수: 4 (최근 30일)
Diego
Diego 2013년 8월 1일
댓글: Patrick 2019년 4월 1일
Hello,
I've created a new shortcut on the bar on the top right with the following contents:
% Change Directory to Currently Selected File in Editor
cd(fileparts(matlab.desktop.editor.getActiveFilename));
Another has this:
% Open Explorer to Currently Selected File
winopen(fileparts(matlab.desktop.editor.getActiveFilename));
I use this quite frequently and am wondering if I can assign them to a keyboard shortcut. I can't seem to find them under prefrences-->keyboard..etc.
Thanks!

채택된 답변

Sean de Wolski
Sean de Wolski 2013년 8월 1일
You can get keyboard mnemonics by holding the [alt] key (Windows, not sure about others) and either releasing it or waiting a second. The number or letter to complete the mnemonic will appear, press this key and it will run.
  댓글 수: 3
Matthew Eicholtz
Matthew Eicholtz 2016년 9월 23일
Sean, do you know if it is possible to edit the keyboard shortcuts for the quick access toolbar? Say if I want to use Alt+C instead of Alt+1 for the first icon on the toolbar?
This answer makes me think it is not possible, but I hope it is.
Patrick
Patrick 2019년 4월 1일
Same here. I would like for it to be possible. Using Alt+1 is not the most intuitive

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by