mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-01-31 00:32:47 +01:00
fix blogger
This commit is contained in:
parent
20102465f7
commit
67b934d7fb
@ -104,7 +104,7 @@ class NotePad extends this.OS.GUI.BaseApplication
|
|||||||
, "Close tab", { text: "Close without saving ?" }
|
, "Close tab", { text: "Close without saving ?" }
|
||||||
return false
|
return false
|
||||||
#@tabarea.set "closable", true
|
#@tabarea.set "closable", true
|
||||||
@bindKey "META-O", () -> me.actionFile "#{me.name}-Open"
|
@bindKey "ALT-O", () -> me.actionFile "#{me.name}-Open"
|
||||||
@bindKey "CTRL-S", () -> me.actionFile "#{me.name}-Save"
|
@bindKey "CTRL-S", () -> me.actionFile "#{me.name}-Save"
|
||||||
@bindKey "META-S", () -> me.actionFile "#{me.name}-Saveas"
|
@bindKey "META-S", () -> me.actionFile "#{me.name}-Saveas"
|
||||||
@open @currfile
|
@open @currfile
|
||||||
@ -243,7 +243,7 @@ class NotePad extends this.OS.GUI.BaseApplication
|
|||||||
menu = [{
|
menu = [{
|
||||||
text: "File",
|
text: "File",
|
||||||
child: [
|
child: [
|
||||||
{ text: "Open", dataid: "#{@name}-Open", shortcut: "M-O" },
|
{ text: "Open", dataid: "#{@name}-Open", shortcut: "A-O" },
|
||||||
{ text: "Save", dataid: "#{@name}-Save", shortcut: "C-S" },
|
{ text: "Save", dataid: "#{@name}-Save", shortcut: "C-S" },
|
||||||
{ text: "Save as", dataid: "#{@name}-Saveas", shortcut: "M-S" }
|
{ text: "Save as", dataid: "#{@name}-Saveas", shortcut: "M-S" }
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user