Skip to content

Commit

Permalink
Add keyboard shortcuts for 'Save' and 'Save as'
Browse files Browse the repository at this point in the history
Issue: #11
  • Loading branch information
buchen committed May 17, 2012
1 parent 58e73da commit 9124fb6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions name.abuchen.portfolio.ui/plugin.xml
Expand Up @@ -275,6 +275,18 @@
schemeId="name.abuchen.portfolio.ui.scheme"
sequence="M1+N">
</key>
<key
commandId="org.eclipse.ui.file.save"
contextId="org.eclipse.ui.contexts.window"
schemeId="name.abuchen.portfolio.ui.scheme"
sequence="M1+S">
</key>
<key
commandId="org.eclipse.ui.file.saveAs"
contextId="org.eclipse.ui.contexts.window"
schemeId="name.abuchen.portfolio.ui.scheme"
sequence="M1+M2+S">
</key>
<scheme
id="name.abuchen.portfolio.ui.scheme"
name="%scheme.name">
Expand Down

0 comments on commit 9124fb6

Please sign in to comment.