= KeyPadInsertKey = Insert a character into the keypad buffer. {{{ void KeyPadInsertKey(uint8 ky); }}} == Parameters == ky - character value to insert == Return Value == * void - does not return any value == Remarks == Applications must call OpenBeeper before the keypad or beeper devices may be used from the application. == Examples == {{{ KeyPadInsertKey(ESC); }}} == See Also == * [wiki:OpenBeeper OpenBeeper]