markdown Windows技巧和窍门

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Windows技巧和窍门相关的知识,希望对你有一定的参考价值。

I found some instructions to create a shortcut that will clear your clipboard when you double-click on it. You can follow the instructions below to create your own shortcut:
[Clear Clipboard Shortcut](https://www.howtogeek.com/howto/windows-vista/create-a-shortcut-or-hotkey-to-clear-the-clipboard-in-windows-vista/)


Right-click on the desktop or elsewhere, and choose New==>Shortcut from the menu.

Then in the shortcut location box, enter the following command:
```vb
cmd /c “echo off | clip”
```

**Make it even better by tweaking the icon:**
If you click the Change Icon button and then browse down to this file, you can find a clipboard icon:
```vb
%SystemRoot%\system32\shell32.dll
```

以上是关于markdown Windows技巧和窍门的主要内容,如果未能解决你的问题,请参考以下文章