/*\ title: $:/plugins/tobibeer/preview/keyboard.js type: application/javascript module-type: utils Fixes $:/core/modules/utils/dom/keyboard.js by providing an alternative. Do not use as an API, let's fix the core. @preserve \*/ (function(){"use strict";var e={BACKSPACE:8,TAB:9,ENTER:13,ESCAPE:27,PAGEUP:33,PAGEDOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,INSERT:45,DELETE:46};exports.parseKeyDescriptorTB=function(t){var l,r,y,s=t.toUpperCase().split("+"),K={keyCode:null,shiftKey:false,altKey:false,ctrlKey:false};for(y=0;y