Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit 13787d4

Browse files
author
Bret Johnson
committed
Added Android/Forms Windows scheme bindings
The Android designer & Forms previewer are plugins, but there's currently no way to define a scheme specific keyboard binding in a plugin. Thus the bindings are defined here. For the Visual Visual Windows binding scheme, these bindings match VS Windows (generally Control instead of Command). For the other schemes, the default bindings are used.
1 parent bca37fc commit 13787d4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,13 @@
172172
<binding command="Pad|MonoDevelop.Ide.Gui.Pads.TaskListPad" shortcut="Control+\|Control+T Control+W|T" />
173173
<binding command="Pad|OutputPad-MonoDevelop.Ide.ApplicationOutput-0" shortcut="Control+Alt+O Control+W|O" />
174174
<binding command="Pad|ProjectPad" shortcut="Control+Alt+L Control+W|S" />
175+
176+
<binding command="Xamarin.AndroidDesigner.AndroidPlatformCommands.ZoomFull" shortcut = "Control+Alt+." />
177+
<binding command="Xamarin.AndroidDesigner.AndroidPlatformCommands.ShowGrid" shortcut = "Control+Alt+Shift+G" />
178+
<binding command="Xamarin.AndroidDesigner.AndroidPlatformCommands.SetFocusToToolbar" shortcut = "Control+Shift+;" />
179+
<binding command="Xamarin.AndroidDesigner.AndroidPlatformCommands.SetFocusToZoomBar" shortcut = "Control+Shift+'" />
180+
<binding command="Xamarin.AndroidDesigner.AndroidPlatformCommands.SetFocusToSideBar" shortcut = "Control+Shift+\" />
181+
<binding command="Xamarin.Designer.Forms.Preview.FormsPlatformCommands.ZoomFull" shortcut = "Control+Alt+." />
182+
<binding command="Xamarin.Designer.Forms.Preview.FormsPlatformCommands.SetFocusToToolbar" shortcut = "Control+Shift+;" />
183+
<binding command="Xamarin.Designer.Forms.Preview.FormsPlatformCommands.SetFocusToZoomBar" shortcut = "Control+Shift+'" />
175184
</scheme>

0 commit comments

Comments
 (0)