소스 검색

wxGUI: more shortcuts (workspace)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@39025 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 년 전
부모
커밋
81bb9ffaa3
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      gui/wxpython/xml/menudata.xml

+ 4 - 0
gui/wxpython/xml/menudata.xml

@@ -10,16 +10,19 @@
 	      <label>New</label>
 	      <help>Create new workspace</help>
 	      <handler>self.OnWorkspaceNew</handler>
+	      <shortcut>Ctrl+N</shortcut>
 	    </menuitem>
 	    <menuitem>
 	      <label>Open</label>
 	      <help>Load workspace from file</help>
 	      <handler>self.OnWorkspaceOpen</handler>
+	      <shortcut>Ctrl+O</shortcut>
 	    </menuitem>
 	    <menuitem>
 	      <label>Save</label>
 	      <help>Save workspace to open file</help>
 	      <handler>self.OnWorkspaceSave</handler>
+	      <shortcut>Ctrl+S</shortcut>
 	    </menuitem>
 	    <menuitem>
 	      <label>Save as</label>
@@ -30,6 +33,7 @@
 	      <label>Close</label>
 	      <help>Close loaded workspace</help>
 	      <handler>self.OnWorkspaceClose</handler>
+	      <shortcut>Ctrl+C</shortcut>
 	    </menuitem>
 	    <separator />
 	    <menuitem>