Last active
January 5, 2018 10:26
-
-
Save MarcosCobena/3b30e251249221478d1e17f02b6bab7b to your computer and use it in GitHub Desktop.
My Xamarin Studio key bindings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 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