Skip to content

Commit

Permalink
Merge pull request #34 from kdvolder/fix-mac-os-keybindings
Browse files Browse the repository at this point in the history
Fix keybindings to use 'OS independent' M1 and M2
  • Loading branch information
oyse committed Feb 15, 2016
2 parents bd0b882 + 0f24021 commit c842dab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions org.dadacoalition.yedit/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,19 +143,19 @@
commandId="org.dadacoalition.yedit.commands.toggleComment"
contextId="org.dadacoalition.yedit.yeditScope"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="Ctrl+Shift+C">
sequence="M1+M2+C">
</key>
<key
commandId="org.dadacoalition.yedit.commands.toggleComment"
contextId="org.dadacoalition.yedit.yeditScope"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="Ctrl+/">
sequence="M1+/">
</key>
<key
commandId="org.dadacoalition.yedit.command.formatDocument"
contextId="org.dadacoalition.yedit.yeditScope"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="Ctrl+Shift+F">
sequence="M1+M2+F">
</key>
</extension>
<extension
Expand Down

1 comment on commit c842dab

@MESYETI
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where can i contact you

Please sign in to comment.