sudo apt-get install python3-pip
sudo pip3 install virtualenv
| const listeners = (function listAllEventListeners() { | |
| let elements = []; | |
| const allElements = document.querySelectorAll('*'); | |
| const types = []; | |
| for (let ev in window) { | |
| if (/^on/.test(ev)) types[types.length] = ev; | |
| } | |
| for (let i = 0; i < allElements.length; i++) { | |
| const currentElement = allElements[i]; |
| { | |
| "categories": [{ | |
| "name": "action", | |
| "key": "action", | |
| "icons": [{ | |
| "id": "ic_3d_rotation", | |
| "name": "3d rotation", | |
| "group_id": "action", | |
| "keywords": ["action, 3d, rotation"], | |
| "ligature": "3d_rotation", |