How to simulate holding the SHIFT key down in UWP?

JohnMartel 41 Reputation points
2021-02-18T17:03:10.393+00:00

Hi,

I am developing a UWP solution for a Surface Pro device in tablet without a physical keyboard. I would like to add a "SHIFT" button to the app, where if the button is held down, it would be like holding the SHIFT key down on a keyboard. I am thinking I should have an asynchronous event handler for Holding event but not sure how to proceed beyond that.

Thanks!

Universal Windows Platform (UWP)
{count} votes