Keyboard shortcuts
Shortcuts are implemented via vue-shortkey
<button v-shortkey.once="['n']" class="hide" @shortkey="focus()" />
Configuration for this is in plugins/shortkey.js. At the time of writing this contains options to disable keyboard shortcuts in input, textarea and select elements.