Use Option+Backslash to hide/show the UI
This commit is contained in:
parent
400b55bf09
commit
ba6f71bbac
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export default function useKeyboardShortcuts() {
|
||||||
} else {
|
} else {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
} else if (e.code === 'Backquote' && e.altKey) {
|
} else if (e.code === 'Backslash' && e.altKey) {
|
||||||
studio.transaction(({stateEditors, drafts}) => {
|
studio.transaction(({stateEditors, drafts}) => {
|
||||||
stateEditors.studio.ahistoric.setVisibilityState(
|
stateEditors.studio.ahistoric.setVisibilityState(
|
||||||
drafts.ahistoric.visibilityState === 'everythingIsHidden'
|
drafts.ahistoric.visibilityState === 'everythingIsHidden'
|
||||||
|
|
Loading…
Reference in a new issue