Difference between revisions of "On keyup"

From Scriptwiki
Jump to: navigation, search
m
 
(No difference)

Latest revision as of 02:35, 31 May 2009

Triggers when a user depresses a key in a custom window

on <level>:KEYDOWN:@:<key,...,keyN>:<commands>
  • Key, KeyN is a comma delimated list of the ascii values of the keys which this key depress event should trigger on.

Examples

On *:KEYDOWN:#:32:echo -atg $me let go of the space bar.

See Also