PowerToys/src/modules/keyboardmanager/common
Arjun Balgovind 1533c9315f
[Keyboard Manager] Enable App-specific shortcuts in the KBM backend (#4628)
* Enable app specific shortcut remapping

* Fixed lowercase function call

* Add test file

* Moved GetForegroundProcess to II and added tests

* Fixed runtime error while testing due to heap allocation across dll boundary

* Renamed function

* Remove unused code

* Changed process checking step to include substrings

* Changed back to exact match included match without file extension
2020-07-06 16:45:53 -07:00
..
Helpers.cpp [Keyboard Manager] Enable App-specific shortcuts in the KBM backend (#4628) 2020-07-06 16:45:53 -07:00
Helpers.h [Keyboard Manager] Enable App-specific shortcuts in the KBM backend (#4628) 2020-07-06 16:45:53 -07:00
InputInterface.h [Keyboard Manager] Enable App-specific shortcuts in the KBM backend (#4628) 2020-07-06 16:45:53 -07:00
KeyboardManagerCommon.vcxproj upgrading wincppwinrt across the board (#4669) 2020-07-02 09:42:51 -07:00
KeyboardManagerCommon.vcxproj.filters KBM - Set up tests for keyboard hook remapping logic (#4004) 2020-06-11 13:07:46 -07:00
KeyboardManagerConstants.h Enable code analysis on Keyboard Manager projects (#4455) 2020-06-24 14:55:02 -07:00
KeyboardManagerState.cpp [Keyboard Manager] Enable App-specific shortcuts in the KBM backend (#4628) 2020-07-06 16:45:53 -07:00
KeyboardManagerState.h [Keyboard Manager] Enable App-specific shortcuts in the KBM backend (#4628) 2020-07-06 16:45:53 -07:00
KeyDelay.cpp Enable code analysis on Keyboard Manager projects (#4455) 2020-06-24 14:55:02 -07:00
KeyDelay.h Enable code analysis on Keyboard Manager projects (#4455) 2020-06-24 14:55:02 -07:00
packages.config upgrading wincppwinrt across the board (#4669) 2020-07-02 09:42:51 -07:00
pch.cpp Edit Shortcuts UI (dev/keyboardManager) (#1647) 2020-04-08 14:35:52 -07:00
pch.h sln: specify WinSDK version for cpp projects (#3728) 2020-05-26 17:00:09 +03:00
RemapShortcut.cpp Refactor Shortcut remaps to distinguish modifiers and action keys (#1927) 2020-04-08 14:49:00 -07:00
RemapShortcut.h Refactor Shortcut remaps to distinguish modifiers and action keys (#1927) 2020-04-08 14:49:00 -07:00
Shortcut.cpp KBM - Set up tests for keyboard hook remapping logic (#4004) 2020-06-11 13:07:46 -07:00
Shortcut.h KBM - Set up tests for keyboard hook remapping logic (#4004) 2020-06-11 13:07:46 -07:00
trace.cpp Added telemetry to KBM (#2670) 2020-05-05 12:30:50 -07:00
trace.h Added telemetry to KBM (#2670) 2020-05-05 12:30:50 -07:00