mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
feat: 暂存
This commit is contained in:
parent
5890ca16e6
commit
439ef79e67
@ -140,7 +140,7 @@ export default () => {
|
||||
e.preventDefault()
|
||||
copy()
|
||||
}
|
||||
if (ctrlKey && key === KEYS.X) {
|
||||
if ((ctrlKey || metaKey) && key === KEYS.X) {
|
||||
if (disableHotkeys.value) return
|
||||
e.preventDefault()
|
||||
cut()
|
||||
|
Loading…
x
Reference in New Issue
Block a user