diff --git a/README.en.md b/README.en.md index 2bfb95291f4ea36f3e1ed061c8bed0c4c9f23dda..fce0dc30c5e633be6ae731a7e7f82663de2da3b2 100644 --- a/README.en.md +++ b/README.en.md @@ -1,22 +1,25 @@ # dde-clipboard #### Description -dde clipboard +The clipboard displays all text, pictures and files copied and cut after the current user logs in to the system. Use the clipboard to quickly copy an item. After logging off or shutting down, the clipboard will be emptied automatically. #### Software Architecture Software architecture description #### Installation -1. xxxx -2. xxxx -3. xxxx +``` +dnf install dde-cliboard +``` #### Instructions -1. xxxx -2. xxxx -3. xxxx +1. Use the shortcut keys **Ctrl** + **Alt** + **V** to call up the clipboard. +2. Double-click a block in the clipboard, the current content will be quickly copied, and the current block will be moved to the top of the clipboard. +3. Select the destination to paste. +4. Move the mouse to a certain area of the clipboard, click the upper **X** to delete the current content; click **Clear All** at the top to empty the clipboard. + +![image-readme](./readme.png) #### Contribution diff --git a/README.md b/README.md index 12eb6392bf397dce93d9e86a64336a00dee8be4b..8e2d08a460446956a3df4376937204417462d285 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # dde-clipboard #### 介绍 -dde clipboard +剪贴板展示当前用户登录系统后复制和剪切的所有文本、图片和文件。使用剪贴板可以快速复制其中的某项内容。注销或关机后,剪贴板会自动清空。 #### 软件架构 软件架构说明 @@ -9,15 +9,20 @@ dde clipboard #### 安装教程 -1. xxxx -2. xxxx -3. xxxx +``` +dnf install dde-cliboard +``` #### 使用说明 -1. xxxx -2. xxxx -3. xxxx +1. 使用快捷键 **Ctrl** + **Alt** + **V** 唤出剪贴板。 +2. 双击剪贴板内的某一区块,会快速复制当前内容, 且当前区块会被移动到剪贴板顶部。 +3. 选择目标位置粘贴。 +4. 鼠标移入剪贴板的某一区块,单击上方的**X**,删除当前内容;单击顶部的**全部清除**,清空剪贴板。 + +![image-readme](./readme.png) + + #### 参与贡献 diff --git a/readme.png b/readme.png new file mode 100644 index 0000000000000000000000000000000000000000..1f7e052c9a249f55d6ed0c11a34288d1fc7c2eb2 Binary files /dev/null and b/readme.png differ