To download NI software, including the products shown below, visit ni.com/downloads.
Introduction
This vi is used to read the current Keyboard being used on a Windows Operating System.
Description
This vi is used to read the current Keyboard being used on a Windows Operating System. It used information from MSDN - GetKeyboardLayout Function to reach functionality. The hex information returned can be used in conjuction with the MSN Language Indentifier to identify the current keyboard layout used.
Requirements
Steps to Implement or Execute Code
Additional Information or References
VI Snippet
Uses LabVIEW call library function with user32.dll
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.