aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/element/copy_event/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/element/copy_event/index.html')
-rw-r--r--files/zh-cn/web/api/element/copy_event/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/element/copy_event/index.html b/files/zh-cn/web/api/element/copy_event/index.html
index ac249f5055..9c705e1de4 100644
--- a/files/zh-cn/web/api/element/copy_event/index.html
+++ b/files/zh-cn/web/api/element/copy_event/index.html
@@ -1,11 +1,12 @@
---
title: copy
-slug: Web/Events/copy
+slug: Web/API/Element/copy_event
tags:
- Clipboard API
- Event
- Reference
translation_of: Web/API/Element/copy_event
+original_slug: Web/Events/copy
---
<p>当用户通过浏览器UI(例如,使用 <kbd>Ctrl</kbd>/<kbd>⌘</kbd>+<kbd>C</kbd>  键盘快捷方式或从菜单中选择“复制”)启动复制操作并响应允许的{{domxref("Document.execCommand","document.execCommand('copy')")}}调用时触发<code>copy</code>事件。</p>