Release

The releaseKey modules releases a key which is pressed down. This will not have any effect on unpressed keys.

Parameters:

  • value: string

Example usage:

taskZen.releaseKey('KEY_A')

The key specified in the value field needs to be valid and supported by your device.


Related: