mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
[FZ Editor] Switch between zone and dialog with Ctrl + Tab (#11435)
* focus zone by ctrl + tab * focus back
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user