windows全局热键_在Windows中创建快捷方式或热键以清除剪贴板

windows全局热键

windows全局热键

Have you ever copied something to the clipboard that you don’t want to leave there in case somebody else is going to use your computer? Sure, you can copy something else to the clipboard real quick, but can’t you just make a shortcut or hotkey to clear it?

您是否曾经将不想复制的东西复制到剪贴板上,以防其他人使用您的计算机? 当然,您可以将其他内容真正快速地复制到剪贴板上,但是您是否只能通过快捷方式或热键来清除它呢?

And of course you can, with the built-in clip.exe utility in Windows 7 or Vista. It’s not really meant for clearing the clipboard, but with a little command line magic in a shortcut, we can make it do just that.

当然,您可以使用Windows 7或Vista中的内置clip.exe实用程序。 并不是真正要清除剪贴板,而是在快捷方式中添加了一点命令行魔术,我们可以做到这一点。

Note: This is also useful if you copied a very large amount of data to the clipboard and you don’t want it wasting memory anymore.

注意:如果您将大量数据复制到剪贴板并且不想再浪费内存,这也很有用。

Create a Shortcut Icon to Clear the Clipboard

创建快捷方式图标以清除剪贴板

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

右键单击桌面或其他位置,然后从菜单中选择“新建\快捷方式”。

image

Then in the shortcut location box, enter the following command:

然后在快捷方式位置框中,输入以下命令:

cmd /c “echo off | clip”

cmd / c“回显| 夹”

image

At this point you’ll have an icon that will immediately clear the clipboard… but we can tweak it a bit further.

此时,您将拥有一个图标,该图标将立即清除剪贴板……但是我们可以对其进行进一步的调整。

image

Right-click on the icon and choose Properties, and then change the Run drop-down to “Minimized” to make sure you don’t see the command prompt. You can also assign a shortcut key here.

右键单击该图标,然后选择“属性”,然后将“运行”下拉菜单更改为“最小化”,以确保看不到命令​​提示符。 您也可以在此处分配快捷键。

image

If you click the Change Icon button and then browse down to this file, you can find a clipboard icon:

如果单击“更改图标”按钮,然后向下浏览到此文件,则可以找到剪贴板图标:

%SystemRoot%\system32\shell32.dll

%SystemRoot%\ system32 \ shell32.dll

image

Now we’ve got a nice-looking icon that will clear out the clipboard:

现在,我们有一个漂亮的图标,它将清除剪贴板:

image

Note: If you are using Windows XP, you can download clip.exe from Microsoft. Just save the file in the Windows directory and the rest of the hack should work for you.

注意:如果使用Windows XP,则可以从Microsoft下载clip.exe 只需将文件保存在Windows目录中,其余的hack就可以为您工作。

翻译自: https://www.howtogeek.com/howto/windows-vista/create-a-shortcut-or-hotkey-to-clear-the-clipboard-in-windows-vista/

windows全局热键

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/278874.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

android+notepad教程,Android Sample学习——NotePad

android.view.Menu专场Interface for managing the items in a menu.By default, every Activity supports an options menu of actions or options. You can add items to this menu and handle clicks on your additions. The easiest way of adding menu items is inflating…

Windows应用程序开发

Windows窗体应用程序开发:WinForm、桌面应用程序,有可执行文件(.exe)即安装包。是一种C/S(客户机/服务器)架构应用程序 1.Windows窗体应用程序,用可视化的窗体和控件生成丰富界面的,可交互操作的应用程序。…

获取outlook 会议_如何仅在Microsoft Outlook中仅获取您关注的电子邮件的通知

获取outlook 会议Some emails are more important than others. Rather than getting alerts every time an email arrives, configure Microsoft Outlook to only alert you when the important stuff hits your inbox, rather than any old email that can wait until you ch…

jq html 多一个引号,为什么jQuery模板会为某些字符串添加双引号

背景我正在使用jQuery模板,ASP.Net MVC Razor视图和Twitter.问题使用带有一些字符串的jQuery模板会自动导致这些字符串被包含在“细节我创建了一个如下所示的jQuery模板:before ${text.parseUserName().parseHashTag()} after${created_at}${prettyDate(created_at)…

从Windows计算机上完全删除iTunes和其他Apple软件

If you are giving up on iTunes for another music player, uninstalling it completely can be a hassle. Here we show you how to completely remove all traces of it including QuickTime, iTunes Helper, Bonjour…all of it. 如果您在iTunes上放弃了其他音乐播放器&…

html仿微信滑动删除,使用Vue实现移动端左滑删除效果附源码

左滑删除在移动端是很常见的一种操作,常见于删除购物车中的商品,删除收藏夹中文章等等场景。我们只需要手指按住要删除的对象,然后轻轻向左滑动,便会出现删除按钮,然后点击删除按钮即可删除对象。点击下载源码今天我给…

推荐书本_

1. c#_设计模式 《设计模式:可复用面向对象软件的基础》GoF 《面向对象分析与设计》Grady Booch 《敏捷软件开发:原则、模式与实践》 Robert C.Martin 《重构:改善既有代码的设计》 Martin Fowler 《Refactoring to Patterns》Jshua Kerievsk…

h5 领取优惠券 下载_下载7天免费试用版或购买VideoProc,可享受60%优惠券[赞助的帖子]...

h5 领取优惠券 下载You may have seen piles of video editing tools, but here we’ll show you a different one – VideoProc, developed by Digiarty Software, Inc. It is not a “standard” video editing program. Some consider VideoProc a complete toolbox also fo…

html走马观花效果,走马观花台湾行 用EF-S 10-18来记录风景

我在6月初入手无忌第一支10-18,初步测试后对其表现比较满意,具体可看http://forum.xitek.com/thread-1314865-1-1-1.html。7月初到8月中旬我都处于旅行状态中,佳能系统带了三支镜,包括EFS10-18,EFS55-250和EF24IS&…

一大波学习内容!

Dubbo-大波-服务化框架 dubbo_百度搜索Dubbo与Zookeeper、SpringMVC整合和使用(负载均衡、容错) - 好库文摘User Guide-zh - Dubbo - Alibaba Open SesameUser Guide-zh - Dubbo - Alibaba Open Sesame简单之美 | Dubbo架构设计详解DUBBOHprose RPC框架 …

文件下载至storage_如何防止Storage Sense在Windows 10上删除下载的文件

文件下载至storageStorage Sense is the Disk Cleanup replacement for the modern world. It frees up space on your computer by deleting things like recycle bin contents, temporary internet files, and app temporary files. This also includes the Downloads folder…

html标签属性和标签事件,HTML参考手册( 标签、属性和事件)

HTML标签标签 描述 DTD定义注释。 STF定义文档类型。 STF定义锚。 STF定义缩写。 STF定义只取首字母的缩写。 STF定义文档作者或拥有者的联系信息。 STF 不赞成使用。定义嵌入的 applet。 TF 定义图像映射内部的区域。 STF 定义粗体字。 STF 定义页面中所有链接的默认地址或默认…

Feign从配置文件中读取url

Feign的url和name都是可配置的,就是从配置文件中读取的属性值,然后用占位符引用就可以了: ${rpc.url} FeignClient(name "me",url "${rpc.url}", // 这里是可以配置的, 就不用再硬编码了fallbackFactory MyHystrixFa…

百度地图精确定位html,HTML5地理定位,百度地图API,知识点熟悉

深入seajs源码系列三入口方法 每个程序都有个入口方法,类似于c的main函数,seajs也不例外.系列一的demo在首页使用了seajs.use(),这便是入口方法.入口方法可以接受2个参数,第一个参数为模块名称,第二个 ...javscript创建Emitter本文简单叙述下javascript是如何建立一个Emitter构…

如何搭建html运行环境,搭建真实的运行环境2019.4.22

1、搭建真实运行环境步骤①先下载phpstudy软件②按照安装步骤进行phpstudy安装,安装后启动服务,点击《其它选项菜单》里面的《My HomePage》选项,正常显示,说明安装成功2、创建本地访问目录和域名①打开phpstudy,点击《…

supervisord的安装使用

由于生产环境使用的的tomcat,项目比较重要,所以要做进程守护,本来打算自己写脚本,但是效果不理想,想了下还是用supervisord了 由于很久不用,所以写下来部署步骤 第一:安装,安装的方法…

如何在Windows 10上使用Microsoft Defender扫描文件或文件夹中的恶意软件

On Windows 10, Microsoft Defender (formerly called “Windows Defender”) always scans files before you open them unless you’ve installed a third-party antivirus. You can also perform a quick scan of any file or folder, too. Here’s how. 在Windows 10上&…

html中怎么获取搜索框中的值,百度API 搜索框,获取相应的地点的uid

在百度API的输入框中怎么根据搜索到的地址获取百度的uidbody, html{width: 100%;height: 100%;margin:0;font-family:"微软雅黑";font-size:14px;}#l-map{height:300px;width:100%;}#r-result{width:100%;}关键字输入提示词条请输入:// 百度地图API功能function G(id…

adb 常用

adb抓日志命令:adb pull /data/log/android_logs 本地目录 构造大文件:adb shell dd if/dev/zero of/mnt/sdcard/bigfile adb shell pm list package 查看所有包 adb shell pm path packageName 查看包名路径 adb uninstall packageName 卸载应用 …

html 替代table,Iframe的缺点,div或者table成为替代者

1、在网页中使用框架结构最大的弊病是搜索引擎的“蜘蛛”程序无法解读这种页面。当“蜘蛛”程序遇到由数个框架组成的网页时,它们只看到框架而无法找到链接,因此它们会以为该网站是个死站点,并且很快转身离去。对一个网站来说这无异于一场灾难…