[FZ Editor] Switch between zone and dialog with Ctrl + Tab (#11435)

* focus zone by ctrl + tab
* focus back
This commit is contained in:
Seraphima Zykova
2021-05-25 07:59:34 +03:00
committed by GitHub
parent b79ab9cd5d
commit 6821c50ffe
4 changed files with 62 additions and 12 deletions

View File

@@ -341,6 +341,11 @@ namespace FancyZonesEditor
public int ZoneIndex { get => zoneIndex; set => zoneIndex = value; }
public void FocusZone()
{
Keyboard.Focus(RootBorder);
}
private void NWResize_DragStarted(object sender, System.Windows.Controls.Primitives.DragStartedEventArgs e)
{
snappyX = NewMagneticSnapper(true, ResizeMode.BottomEdge);