diff options
| author | Markus Keller | 2012-10-23 18:35:56 +0000 |
|---|---|---|
| committer | Gerrit Code Review @ Eclipse.org | 2013-01-11 21:07:53 +0000 |
| commit | 4b909dc44ff3d1c0c4a948b3b5db430ea31c6def (patch) | |
| tree | b7b9d4f07f0c1644e6f252437d027ae8bcc46ac1 | |
| parent | b4e9a329bf944166e54a85ace130643b28165d2d (diff) | |
| download | egit-4b909dc44ff3d1c0c4a948b3b5db430ea31c6def.tar.gz egit-4b909dc44ff3d1c0c4a948b3b5db430ea31c6def.tar.xz egit-4b909dc44ff3d1c0c4a948b3b5db430ea31c6def.zip | |
Fix keyboard shortcut for Commit... on the Mac
Command+Shift+3 takes a screenshot on the Mac.
Bug: 356647
Change-Id: I5232c0714bb254f77eccc5f194478bed979e452b
Signed-off-by: Markus Keller <markus_keller@ch.ibm.com>
| -rw-r--r-- | org.eclipse.egit.ui/plugin.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/plugin.xml b/org.eclipse.egit.ui/plugin.xml index d7cf10dae9..a91d0ae7c1 100644 --- a/org.eclipse.egit.ui/plugin.xml +++ b/org.eclipse.egit.ui/plugin.xml @@ -4710,6 +4710,20 @@ schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" sequence="M1+#"> </key> + <!-- Command+Shift+3 takes a screenshot on the Mac. Delete and redefine key binding: --> + <key + commandId="" + contextId="org.eclipse.ui.contexts.window" + schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" + sequence="M1+#"> + </key> + <key + platform="carbon" + commandId="org.eclipse.egit.ui.team.Commit" + contextId="org.eclipse.ui.contexts.window" + schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" + sequence="COMMAND+ALT+3"> + </key> <key commandId="org.eclipse.egit.ui.RepositoriesViewPaste" contextId="org.eclipse.egit.ui.RepositoriesView" |
