Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Window.ShowKeyboard

Shows the keyboard viewer.

Component Version macOS Windows Linux Server iOS SDK
Window 9.5 ✅ Yes ✅ Yes ❌ No ❌ No ❌ No
MBS( "Window.ShowKeyboard" )

Parameters

none

Result

Returns OK or error.

Description

Shows the keyboard viewer.
On Windows you can trigger this a second time to hide it.

See also Window.ShowCharacterPalette function.
Check Window.IsKeyboardVisible for whether the keyboard is visible.

Examples

Show keyboard:

Set Variable [ $r ; Value: MBS("Window.ShowKeyboard") ]

Show character palette:

Set Variable [ $r ; Value: MBS("Window.ShowCharacterPalette") ]

See also

Release notes

Blog Entries

This function checks for a license.

Created 26th September 2019, last changed 3th May 2023


Window.ShowContent - Window.ShowOverlay