PowerToys/src/modules/keyboardmanager/dll
Arjun Balgovind 438169e64f
[KBM] Fix shortcut remap scenarios that should/should not open start menu (#7171)
* Modify  shortcut to key code more similar to shortcut to shortcuts code. Manually tested cases

* Fixed existing tests and fixed scenario with other keys pressed and action key released

* Fixed dummy key usage

* Updated comments and removed dummy key usage in key to shortcut remaps

* Added tests for disable and shortcut to key. Pending tests for dummy key

* Added test cases for each usage of dummy key event

* Remove redundant check
2020-10-15 08:53:43 -07:00
..
loc Updated double quotes logic (#7268) 2020-10-14 09:03:45 -07:00
dllmain.cpp [KBM] Refactor KBM's thread safety logic to avoid mutex re-entrancy bugs and improve performance (#6803) 2020-10-08 11:28:24 -07:00
Input.cpp [Keyboard Manager] Enable App-specific shortcuts in the KBM backend (#4628) 2020-07-06 16:45:53 -07:00
Input.h [Keyboard Manager] Enable App-specific shortcuts in the KBM backend (#4628) 2020-07-06 16:45:53 -07:00
Keyboard.ico KeyboardManager icon (#2875) 2020-05-11 20:13:07 -07:00
KeyboardEventHandlers.cpp [KBM] Fix shortcut remap scenarios that should/should not open start menu (#7171) 2020-10-15 08:53:43 -07:00
KeyboardEventHandlers.h [KBM] Refactor KBM's thread safety logic to avoid mutex re-entrancy bugs and improve performance (#6803) 2020-10-08 11:28:24 -07:00
KeyboardManager.base.rc [Localization] Move rc files to resx (#6057) 2020-08-24 15:10:50 -07:00
KeyboardManager.vcxproj [Localization] Move rc files to resx (#6057) 2020-08-24 15:10:50 -07:00
KeyboardManager.vcxproj.filters [Localization] Move rc files to resx (#6057) 2020-08-24 15:10:50 -07:00
LocProject.json [Localization] Move rc files to resx (#6057) 2020-08-24 15:10:50 -07:00
packages.config updated to Microsoft.Windows.CppWinRT.2.0.200729.8 (#5306) 2020-07-30 11:37:15 -07:00
pch.cpp Edit Shortcuts UI (dev/keyboardManager) (#1647) 2020-04-08 14:35:52 -07:00
pch.h [Keyboard Manager] Added in Shortcut to Key and Key to Shortcut remapping (#5070) 2020-07-23 16:43:49 -07:00
resource.base.h [Localization] Move rc files to resx (#6057) 2020-08-24 15:10:50 -07:00
Resources.resx Updated double quotes logic (#7268) 2020-10-14 09:03:45 -07:00