/usr/share/javascript/mousetrap/mousetrap-global-bind.min.js is in libjs-mousetrap 1.5.3+dfsg2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 | (function(c){var b={};var a=c.prototype.stopCallback;c.prototype.stopCallback=function(h,f,g,i){var d=this;if(d.paused){return true}if(b[g]||b[i]){return false}return a.call(d,h,f,g)};c.prototype.bindGlobal=function(f,h,g){var d=this;d.bind(f,h,g);if(f instanceof Array){for(var e=0;e<f.length;e++){b[f[e]]=true}return}b[f]=true};c.init()})(Mousetrap);
|