快捷键
This commit is contained in:
		| @@ -230,7 +230,7 @@ export default { | ||||
|     this.getType() | ||||
|     document.querySelector('html').addEventListener('click', this.bindEvent) | ||||
|     document.addEventListener('keydown', (event) => { | ||||
|       if (event.ctrlKey && event.shiftKey && event.code === 'KeyP') { | ||||
|       if (event.ctrlKey && event.shiftKey && event.altKey && event.code === 'KeyD') { | ||||
|         this.getType() | ||||
|       } | ||||
|     }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user