Skip to content

Commit

Permalink
Revert "Swallow shift keyboard event when dragging window (microsoft#…
Browse files Browse the repository at this point in the history
…1362)"

This reverts commit 2f9b753.
  • Loading branch information
vldmr11080 committed Feb 25, 2020
1 parent 2f9b753 commit 4a4e25d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/modules/fancyzones/lib/FancyZones.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,6 @@ FancyZones::OnKeyDown(PKBDLLHOOKSTRUCT info) noexcept
CycleActiveZoneSet(info->vkCode);
return false;
}
if (m_dragEnabled && shift)
{
return true;
}
return false;
}

Expand Down Expand Up @@ -658,7 +654,6 @@ void FancyZones::AddZoneWindow(HMONITOR monitor, PCWSTR deviceId) noexcept
{
m_zoneWindowMap[monitor] = std::move(zoneWindow);
}

if (newWorkArea)
{
RegisterNewWorkArea(m_currentVirtualDesktopId, monitor);
Expand Down

0 comments on commit 4a4e25d

Please sign in to comment.