Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourYellow
title릴리즈 2.15.0 이상

에디터 편집 중 Alt + , 또는 Alt + . 단축키를 실행해 에디터 내에서 포커스를 제거했을 때,

...

Code Block
languagejs
themeEmacs
const synapEditorConfig = {
	'editor.removeFocus.prev.selector': '#titleInput',
    'editor.removeFocus.next.selector': '#saveButton',
};


Alt + , 단축키 실행Alt + . 단축키 실행 
설정한 셀렉터인 제목 input 박스로 포커스가 이동됩니다.설정한 셀렉터인 저장 버튼으로 포커스가 이동됩니다.

Image Modified

Image Modified