Skip to content

Instantly share code, notes, and snippets.

@MarcosCobena
Last active January 5, 2018 10:26
Show Gist options
  • Select an option

  • Save MarcosCobena/3b30e251249221478d1e17f02b6bab7b to your computer and use it in GitHub Desktop.

Select an option

Save MarcosCobena/3b30e251249221478d1e17f02b6bab7b to your computer and use it in GitHub Desktop.
My Xamarin Studio key bindings
<!-- Located at: /Users/marcos/Library/VisualStudio/7.0/KeyBindings/ -->
<schemes version="1.0">
<scheme name="current">
<binding command="MonoDevelop.Refactoring.RefactoryCommands.FindReferences" shortcut="Meta+'" />
<binding command="MonoDevelop.Refactoring.Navigation.FindDerivedSymbols" shortcut="Meta+¡" />
<binding command="MonoDevelop.Unity.Documentation.UnityDocumentation" shortcut="" />
<binding command="MonoDevelop.UnitTesting.Commands.TestCommands.RunAllTests" shortcut="Meta+T" />
</scheme>
</schemes>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment