Wired quit keybinding and fullscreen toggle binding
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user