Name
ModifyKeyDown -- modify keydown object data / OBSOLETE
Synopsis
ModifyKeyDown(id,key$)
Function
Attention: This function is part of the Hollywood 1.x event library. You should not use it any longer. Please use the functions of the new library from Hollywood 2.0 which is much better.

This function changes the configuration of the keydown specified by id.

See CreateKeyDown for the keys you can specify in key$.

Inputs
id
identifier of the button
key$
desired new key to monitor

Show TOC