📄️ About Keylogger
Keylogger class is used to check, which keys are holded or to add some general keybindings.
📄️ getKeys
Keylogger.getKeys returns an array of currently holded keys.
📄️ getList
Keylogger.getList returns an array of currently added key events.
📄️ press
Keylogger.press adds a new action to the private list.
📄️ unpress
Keylogger.unpress is used to remove all actions with a key. You may add references to the functions you want to remove to save other actions.