| **Navigation:**  [[introduction.htm|Language Reference]] > 13 - Built-in Functions >====== SETKEYCODE (specify keycode) ====== | [[setkeychar specify ascii code .htm|{{btn_prev_n.gif|Previous page}}]][[introduction.htm|{{btn_home_n.gif|Return to chapter overview}}]][[setlayout set window orientation .htm|{{btn_next_n.gif|Next page}}]] | | || **SETKEYCODE(**//keycode//**)** {{blk2blue.jpg|blk2blue.jpg}} | **SETKEYCODE** | Sets the keycode returned by the KEYCODE procedure. | | //keycode// | An integer constant or keycode EQUATE label. | **SETKEYCODE** sets the internal keycode returned by the KEYCODE procedure. The keycode is not put into the keyboard buffer. **Example:** **SETKEYCODE(0800h)     !Set up the keycode procedure to return 0800h** **See Also:** [[keycode return last keycode .htm|KEYCODE]] [[clarion keycodes.htm|Keycode Equate Labels]] [[keycode equates list.htm|Keycode Equates List]]