k
k copied to clipboard
"super + `" doesn't seem to trigger on Firefox
Works fine on Chrome. But on Firefox the registered callback function is never triggered if "super + `" is used.
so weird, when command is down and you hit ``` nothing happens in firefox:
window.onkeydown = function(e){
console.log('key: %s', e.which);
};
try holding command and hit ```