Disables a key definition on the indicated plane from the keyboard driver definition tables.
[C#] public static void DisableKey( byte plane, byte page, byte usage );
plane
Indicates the plane whose key definition is targeted. See Honeywell.Mobility.Device.Keyboard.PLANES.
page
Page value needed to uniquely identify the key.
usage
Usage value needed to uniquely identify the key.