远程桌面 - Shift+插入进行粘贴
我有一个键盘,上面有用于复制、粘贴和剪切的按键。这些键映射到以下快捷键:
ctrl-insert = 复制
shift-delete = 剪切
shift-insert = 粘贴
对于远程桌面,所有这些完成的就是打开/关闭插入。有没有办法让这些快捷方式与远程桌面一起使用?
I have a keyboard that has keys on it for copy, paste, and cut. These keys are mapped to the following shortcuts:
ctrl-insert = copy
shift-delete = cut
shift-insert = paste
With remote desktop all this accomplishes is turning on/off insert. Is there a way to get these shortcuts working with remote desktop?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 http://www.autohotkey.com/ 您可以将几乎任何键盘符号映射到任何操作。
您需要在远程桌面下运行它,然后查看按键历史记录以查找这些特殊按键使用的按键符号,然后您可以将它们映射到您想要的任何操作或按键。
远程桌面可能没有发送这些密钥,在这种情况下,您很快就会在密钥历史记录中看到它。
try using http://www.autohotkey.com/ you can map pretty much any keysym to any action.
You will need to run it under the remote desktop then look at the key history to find the keysyms used by those special keys, then you can map them to whatever action or key you want.
It is possible that remote desktop is not sending those keys in which case you will quickly see that in the key history.