Wired quit keybinding and fullscreen toggle binding

This commit is contained in:
2025-06-19 01:17:13 -05:00
parent 0eed524575
commit 3ba44c43d8
5 changed files with 22 additions and 1 deletions

View File

@@ -54,6 +54,14 @@ export class NewtonEditorBase {
this.editor.session.destroy();
}
protected quit() {
window.main.quit();
}
protected toggleFullScreen() {
window.main.toggleFullScreen();
}
protected openFiles() {
let startDir = "";
if (this.activeFile) {