Buy Me a Coffee at ko-fi.com

A function that runs when the key is released
The function has two arguments
The first argument is a number containing a bitmask of the currently held modifier keys
Shift = 1, Ctrl = 2, Alt = 4
The second argument is this keybind itself
If the return value is true then all vanilla keybinds using same key will be ignored

field signature:
Keybind.release: Function
typings.1445582840
Method PropertyFluent DescriptionRepresentation
Field Type