Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
Statistic
FMM
Blog
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
- Version 9.5
- Added Window.ShowKeyboard function for Mac and Windows.
Blog Entries
- New in MBS FileMaker Plugin 13.2
- New functions of the MBS Plugin Version 9.5
- Neues MBS FileMaker Plugin 9.5
- MBS FileMaker Plugin 9.5 - More than 5900 Functions In One Plugin
- MBS FileMaker Plugin, version 9.5pr1
This function checks for a paid license.
Created 26th September 2019, last changed 3th May 2023
