perf: 修改ctrl默认值

This commit is contained in:
奔跑的面条 2022-10-11 15:15:03 +08:00
parent 5e28c513a4
commit 43713ba7dc

View File

@ -109,7 +109,7 @@ const macKeyList: Array<string> = [
const keyRecordHandle = () => {
// 默认赋值
window.$KeyboardActive = {
ctrl: true
ctrl: false
}
document.onkeydown = (e: KeyboardEvent) => {