update-command-map ( class group pairs -- )


Vocabulary
ui.commands

Inputs
classa class word
groupa string
pairsa sequence of gesture/word pairs


Outputs
None

Word description
Updates a command map on the specified gadget class. The gestures specified in pairs are added. If any of the gestures are already defined in that group, they are replaced.

Definition