# Show / Hide Inkey

You can show & hide Inkey in two different ways:

  1. (recommended) If you are using Algonaut:
algonaut.inkeyShow();
algonaut.inkeyHide();
  1. Manually send instructions via PostMessage. More information on the PostMessage API page