Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 19.0

On this page

You are viewing documentation of version 19.0, which is not included in the latest version. Click here to open the index page for version 18.0.

ShowHelp (deprecated)


Summary

Shows the on-screen keyboard at the requested (x, y) coordinates.

Syntax

keyman.interface.ShowHelp(x, y);
keyman.interface.showHelp(x, y);
KeymanWeb.ShowHelp(x, y);
KeymanWeb.showHelp(x, y);

Parameters

x
Type: number
x-coordinate for display of the OSK.
y
Type: number
y-coordinate for display of the OSK.

Return Value

undefined

Replaced by

This function is deprecated; see instead:

keyman.osk.setPos(), keyman.osk.show()