开发者

Remote Desktop - Shift+Insert for Paste

开发者 https://www.devze.com 2023-01-19 13:57 出处:网络
I have a keyboard that开发者_Go百科 has keys on it for copy, paste, and cut.These keys are mapped to the following shortcuts:

I have a keyboard that开发者_Go百科 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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消