key-up
Factor handbook » UI framework » Implementing new gadgets » UI gestures » Keyboard gestures

Prev:key-down
Next:S+


Vocabulary
ui.gestures

Class description
Key up gesture. Instances have two slots:
modsa sequence of modifiers; see Keyboard gestures
syma string denoting the key pressed; see Keyboard gestures


Examples
T{ key-up f { C+ } "a" } T{ key-up f f "TAB" }


Definition