xcode Teamviewer - 从 Windows 向 Mac 发送控制键

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/15882149/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 03:09:35  来源:igfitidea点击:

Teamviewer - Send Control Key to Mac from Windows

xcodexcode4interface-builderremote-accessxcode4.6

提问by rut0.wut

I'm TV'ing from a remote location to my mac to play around with XCode (on a windows pc). Within the interface builder, I'm trying to perform the control drag action. I tried pressing the ctrl button and dragging a view controller but nothing happens. If it's of any significant, I have send key combinations checked.

我正在从远程位置看电视到我的 mac 来玩 XCode(在 windows pc 上)。在界面构建器中,我正在尝试执行控件拖动操作。我尝试按下 ctrl 按钮并拖动视图控制器,但没有任何反应。如果它有任何重要意义,我已检查发送组合键。

回答by Constantine

As a workaround, instead of control dragging try control clicking on the object you wanted to drag from. The black pop up box that lists the object's outlets etc will appear, and from there you can left-click drag from the circles to wherever you want.

作为一种变通方法,不要控制拖动,而是尝试控制单击要从中拖动的对象。将出现列出对象出口等的黑色弹出框,您可以从那里左键单击从圆圈拖动到您想要的任何位置。

回答by f4r4

Try the windows key, it will function similar to OSX Command key

试试 windows 键,它的功能类似于 OSX Command 键

回答by f4r4

Can confirm on Mac using TeamViewer 10.0.52680, right-click or control-click on an object on a story board and simply left-click dragging to the view controller will create the proper referencing outlet.

可以在 Mac 上使用 TeamViewer 10.0.52680 进行确认,右键单击或按住 Control 单击故事板上的对象,然后单击鼠标左键拖动到视图控制器将创建正确的引用出口。

If you have issues with the right click, go to TeamViewer preferences on the machine you are removing from, go to Advanced > General and select "Use control and mouse click as right mouse-click". This will enable you to send the control button and left click combination to your remote machine as a right click.

如果右键单击有问题,请转到要从中删除的计算机上的 TeamViewer 首选项,转到高级 > 常规,然后选择“将控制和鼠标单击用作鼠标右键单击”。这将使您能够通过右键单击将控制按钮和左键单击组合发送到远程计算机。