mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
toggle editor fullscreen (focus mode)
This commit is contained in:
@@ -329,6 +329,14 @@ export class Editor {
|
||||
}
|
||||
})
|
||||
|
||||
this.ace_editor.commands.bindKey("F5", "fullscreen_editor");
|
||||
this.ace_editor.commands.addCommand({
|
||||
name: 'fullscreen_editor',
|
||||
exec: (editor) => {
|
||||
this.ui.fullscreen_editor()
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
this.ace_editor.commands.bindKey("F1", "focus_value_explorer");
|
||||
this.ace_editor.commands.addCommand({
|
||||
|
||||
Reference in New Issue
Block a user