[Sample Of July 3] How to check the state of Caps Lock in Windows Store apps

image image
image

Sample :

C#/VB/C++: https://code.msdn.microsoft.com/How-to-check-the-state-of-9c638a67

JavaScript: https://code.msdn.microsoft.com/How-to-check-the-state-of-315ce20b

 

This code snippet demonstrates how to check if the Caps Lock is off or not. The CoreVirtualKeyStates offers us 3 states. We can check if a key is in pressed down state, in modified state or in no specific state. When we press down the Caps Lock key and switch the Caps Lock to on, the state will switch to CoreVirtualKeyStates.Locked | CoreVirtualKeyStates.Down.

 

imageYou can find more code samples that demonstrate the most typical programming scenarios by using Microsoft All-In-One Code Framework Sample Browser or Sample Browser Visual Studio extension. They give you the flexibility to search samples, download samples on demand, manage the downloaded samples in a centralized place, and automatically be notified about sample updates. If it is the first time that you hear about Microsoft All-In-One Code Framework, please watch the introduction video on Microsoft Showcase, or read the introduction on our homepage https://1code.codeplex.com/.