Closed novacbn closed 2 years ago
keybind
make_keybind_shortcut({binds: string, repeat?: boolean, repeat_throttle?: number, throttle_cancel?: boolean}): (element: Document | Element, {on_bind}) => IKeybindHandle
+
keybind({binds: "control++"})
Preview: https://novacbn-kahi-ui-pr-128-run-824.surge.sh
Preview: https://novacbn-kahi-ui-pr-128-run-826.surge.sh
Preview: https://novacbn-kahi-ui-pr-128-run-831.surge.sh
CHANGELOG
keybind
make_keybind_shortcut({binds: string, repeat?: boolean, repeat_throttle?: number, throttle_cancel?: boolean}): (element: Document | Element, {on_bind}) => IKeybindHandle
— Useful for developers defining their own shortcut functions.+
(plus) key, e.g.keybind({binds: "control++"})