Commit 23a0ddbf authored by Skye Yu's avatar Skye Yu

fix(send schedule): zoom paltform mute shortcutkey modify to 0

parent a1e7f18c
......@@ -186,14 +186,14 @@ export const shortcutKeys = {
...HotKeyBuilder.build(0x04, 0x01),
...HotKeyBuilder.withAlt().withKey('Q').build(),
...HotKeyBuilder.build(0x04, 0x10),
...HotKeyBuilder.withAlt().withKey('A').build()
...emptyCodes
],
Mac: [
...enterKeyCode(0, 1),
...HotKeyBuilder.build(0x04, 0x01),
...HotKeyBuilder.withGuiKey().withKey('W').build(),
...HotKeyBuilder.build(0x04, 0x10),
...HotKeyBuilder.withGuiKey().withShift().withKey('A').build()
...emptyCodes
],
Linux: [...enterKeyCode(), ...emptyCodes, ...emptyCodes, ...emptyCodes, ...emptyCodes]
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment