在 Vista 中拥有多个剪贴板的可用技术
编程时,我需要一种拥有多个剪贴板(Vista)的方法。 我想他们两个就可以了。 例如,Ctrl-C 复制到剪贴板#1,而 Control-Shift-C 复制到剪贴板#2。 很想知道您使用什么软件或者其他方法。
When programming, I need a way to have more than one clipboard (Vista). I think two of them would do the trick. For example Ctrl-C copies to clipboard #1 while Control-Shift-C would copy to clipboard #2. Curious to know what software you use or maybe other methods altogether.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
剪辑。
http://bluemars.org/clipx/
这是唯一的飞行方式。
Clipx.
http://bluemars.org/clipx/
It's the only way to fly.
不确定如何在操作系统级别执行此操作。
我会说在 Visual Studio 中一个巧妙的技巧是
Ctl-Shift-V
将循环浏览剪贴板中的项目。
得到这个来自
http://www.amazon.com/Microsoft%C2%AE-Visual-Studio% C2%AE-Tips-PRO-Developer/dp/0735626405/
Not sure how to do it at the OS level.
I will say in Visual Studio a neat trick is
Ctl-Shift-V
Will cycle through items in clipboard.
Got this from
http://www.amazon.com/Microsoft%C2%AE-Visual-Studio%C2%AE-Tips-PRO-Developer/dp/0735626405/