tps.vkeyboard

Logic for virtual keyboard

tps.vkeyboard.toggle(program, state)

Toggles the running state of the given progam.

If state is true, the program will be spawned.

Parameters:
  • program (str) – Name of the program
  • state (bool) – Desired state
Returns:

None