rawKeyUp

Sent when the user releases any key that was pressed (other than a modifier key).

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:

# Syntax

rawKeyUp pKeyCode

# Params

- pKeyCode : The raw keycode of the released key.

# Examples

on rawKeyUp theCode -- boldface all asterisks get the HTMLText of me replace "*" with "<b>*</b>" in it set the HTMLText of me to it end rawKeyUp

# Description

Handle the rawKeyUp message if you want to intercept raw events from the keyboard or if you want to handle keys that aren't mapped to any character.

# Tags

ui,

# See

- **keyword:** control - **function:** keysDown - **glossary:** current card, event, handle, character, focus, message, modifier key, active control