Platforms to show: All Mac Windows Linux Cross-Platform

Back to WindowsKeyboardLayoutMBS class.

WindowsKeyboardLayoutMBS.KeyboardLayoutName as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Windows MBS Win Plugin 12.5 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Returns the name of the current keyboard layout name.
Example
msgbox WindowsKeyboardLayoutMBS.KeyboardLayoutName

Some examples using this method:

WindowsKeyboardLayoutMBS.List as WindowsKeyboardLayoutMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Windows MBS Win Plugin 12.5 ❌ No ✅ Yes ❌ No ❌ No Desktop only
Returns a list of all keyboard layouts installed.
Example
dim list() as WindowsKeyboardLayoutMBS = WindowsKeyboardLayoutMBS.List
MsgBox str(UBound(list)+1)+" keyboard layouts."

The items on this page are in the following plugins: MBS Win Plugin.


The biggest plugin in space...