misp-book/shortcuts
Émilio Gonzalez 363b8199fb Add documentation for shortcuts in MISP. 2018-02-06 10:24:54 -05:00
..
README.md Add documentation for shortcuts in MISP. 2018-02-06 10:24:54 -05:00

README.md

Keyboard shortcuts in MISP

Since v2.4.88, MISP has keyboard shortcuts managed using JSON files. To see the list of shortcuts for a given page, press the small black triangle at the bottom of the page. Demo: peek 2018-02-05 16-31

Q: Is it possible to customize the shortcuts in the GUI once they are there? A: Not at the moment.

Q: How do I add keyboard shortcuts to my MISP instance? A:

  1. Add a JSON file in app/webroots/shortcuts named after the page from which it will be included (for exemple event_view.json).

  2. Set your shortcuts using this format: image (action field is JS code)

  3. Include the keyboard shortcut config in the .ctp file you wish it to be used in using an input type="hidden" tag like this: image

  4. Test your shortcuts.