From 3ac5921444925ff578227beb51b28d8913965676 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Fri, 5 Nov 2021 07:42:54 +0200 Subject: [PATCH] Fixes #263 --- CHANGELOG.md | 1 + ExplorerPatcher/ExplorerPatcher.rc | 8 ++++---- libs/sws | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3387263..f3fdfbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ Tested on build 22000.282. * Fixes a bug that prevented correct opening of some applications (like `powershell`) when EP was registered as shell extension (#256) (.4) - PLEASE NOTE THAT RUNNING AS SHELL EXTENSION IS STILL EXPERIMENTAL, UNSUPPORTED, AND ONLY RECOMMENDED FOR SPECIFIC USE CASES THAT YOU SHOULD KNOW ABOUT ALREADY; otherwise, just dropping the DLL in `C:\Windows` is enough * Windows 10 window switcher switcher now correctly displays UWP apps immediately after launch (#266) (.5) * Selection and highlight rectangle are now correctly drawn when using light theme on Windows 10 window switcher (.5) +* Keyboard selection (left, right, up, down, space, Return) also works when window switcher is shown by holding down the `ALT` key (#263) (.7) ## 22000.282.31 diff --git a/ExplorerPatcher/ExplorerPatcher.rc b/ExplorerPatcher/ExplorerPatcher.rc index f7bdfa5..9375291 100644 --- a/ExplorerPatcher/ExplorerPatcher.rc +++ b/ExplorerPatcher/ExplorerPatcher.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 22000,282,32,6 - PRODUCTVERSION 22000,282,32,6 + FILEVERSION 22000,282,32,7 + PRODUCTVERSION 22000,282,32,7 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -69,12 +69,12 @@ BEGIN BEGIN VALUE "CompanyName", "VALINET Solutions SRL" VALUE "FileDescription", "ExplorerPatcher" - VALUE "FileVersion", "22000.282.32.6" + VALUE "FileVersion", "22000.282.32.7" VALUE "InternalName", "ExplorerPatcher.dll" VALUE "LegalCopyright", "Copyright (C) 2006-2021 VALINET Solutions SRL. All rights reserved." VALUE "OriginalFilename", "ExplorerPatcher.dll" VALUE "ProductName", "ExplorerPatcher" - VALUE "ProductVersion", "22000.282.32.6" + VALUE "ProductVersion", "22000.282.32.7" END END BLOCK "VarFileInfo" diff --git a/libs/sws b/libs/sws index 8a5f14f..70dd4cf 160000 --- a/libs/sws +++ b/libs/sws @@ -1 +1 @@ -Subproject commit 8a5f14fadb1d8c120ace9c6dd2af74481da7abd3 +Subproject commit 70dd4cf17d1917ed6ad2d8006e25bcaba3fec6de