mirror of
				https://github.com/lxsang/antos-frontend.git
				synced 2025-10-30 18:05:39 +01:00 
			
		
		
		
	fix blogger
This commit is contained in:
		| @@ -104,7 +104,7 @@ class NotePad extends this.OS.GUI.BaseApplication | ||||
|             , "Close tab", { text: "Close without saving ?" } | ||||
|             return false | ||||
|         #@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 "META-S", () -> me.actionFile "#{me.name}-Saveas" | ||||
|         @open @currfile | ||||
| @@ -243,7 +243,7 @@ class NotePad extends this.OS.GUI.BaseApplication | ||||
|         menu = [{ | ||||
|                 text: "File", | ||||
|                 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 as", dataid: "#{@name}-Saveas", shortcut: "M-S" } | ||||
|                 ], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user