gitextract_1hmozx3b/ ├── .gitignore ├── Gruntfile.js ├── LICENSE ├── README.md ├── mousetrap.js ├── mousetrap.sublime-project ├── package.json ├── plugins/ │ ├── README.md │ ├── bind-dictionary/ │ │ ├── README.md │ │ └── mousetrap-bind-dictionary.js │ ├── global-bind/ │ │ ├── README.md │ │ └── mousetrap-global-bind.js │ ├── pause/ │ │ ├── README.md │ │ └── mousetrap-pause.js │ └── record/ │ ├── README.md │ ├── mousetrap-record.js │ └── tests/ │ ├── index.html │ ├── jelly.css │ └── jelly.js └── tests/ ├── libs/ │ └── key-event.js ├── mousetrap.html └── test.mousetrap.js