such as the title. I need to write a keyboard event, ctrl+t, but the current key combination will open a new page, do not execute my js method, excuse me, how to solve-sharp-sharp-sharp topic description
if (oEvent.keyCode = = 84 & & oEvent.ctrlKey) {
emit.$emit("keyAlign","ico4")
/*FF */
setTimeout( () =>{
},1);
return false;
}