Log in
Log in with USB
Inloggen met vingerafdruk wordt binnenkort mogelijk.
Last change: December 6, 2019
Current version: 1..0.0
The keys module binds key shortcuts on a website to callback functions
webanizr.collect('keys', params, callback);
The keys module accepts the following parameters:
The key you want to bind. For instance "e" to bind a function to the pressing of the key "e". NOTE: "e" and "E" both mean "e". If you want to catch "E" you can add "e" and activate the shift key (pressed__shift).
Call the callback function if the key is pressed while the shift key was pressed.
Call the callback function if the key is pressed while the alt key was pressed.
Call the callback function if the key is pressed while the control key was pressed.
The callback to call when the key(s) are pressed
https://cdn.cpmodules.webanizr.com/demo/key-bindings/index.html