用于切换构建目标目的地的 Xcode 4 键盘快捷键
Xcode 4 中是否有键盘快捷键可以切换构建目标目的地;也就是说,从模拟器切换到设备,反之亦然?
Is there a keyboard shortcut in Xcode 4 to switch the build target destination; that is, to switch from simulator to device and vice versa?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(9)
有一个叫Destination>选择下一个目的地。进入 xcode 中的首选项,然后在键绑定选项卡中搜索它,它将显示它设置的键。
对我来说,是 cmd+alt+ctrl+] 和 [ 进行切换。非常有用,节省了几秒钟。
There is, is called Destination>select next destination. Go in the prefs in xcode and then in the key bindings tab, search for that, it will show what key it is set at.
For me, is cmd+alt+ctrl+] and [ to switch. Is quite useful, saves a few seconds.
在 Xcode 4.6 中,快捷方式为 ctrl+option+cmd+[ 和 ctrl+选项+cmd+]
In Xcode 4.6, the shortcut is ctrl+option+cmd+[ and ctrl+option+cmd+]
您可以使用 ctrl + cmd + [ 或 ctrl + cmd + ] 选择方案,或使用 ctrl + cmd + [alt] [ 或 ctrl + cmd + [alt] ] 选择产品
或者您可以在键绑定的首选项面板中搜索以获取更多信息
You can use ctrl + cmd + [ or ctrl + cmd + ] to select scheme, or use ctrl + cmd + [alt] [ or ctrl + cmd + [alt] ] to select product
Or you can just search in the preference panel of key bindings for more information
您可以编写 applescript 并将其绑定到某些热键(例如使用 FastScripts - 释放最多十个绑定)。
下一个脚本将为您点击 Xcode 工具栏中的方案按钮:
然后您只需使用向上/向下切换目标即可。
请注意,您需要在系统偏好设置 -> 下启用对辅助设备的访问。无障碍
You can write applescript and bind it to some hotkey (using FastScripts for example - free up to ten bindings).
Next script will click for you on your scheme button in the Xcode toolbar:
then you can just use Up/Down to switch destination.
Note that you need to enable access for assistive devices under the SystemPreferences -> Accessibility
您可以使用 cmd+< 进入编辑方案菜单,它实际上是 cmd+shift+.
你应该知道
但是没有一个命令在 iPhone 模拟器、iPad 模拟器和所有外部模拟器之间切换。
You can go to the edit scheme menu with cmd+< which is actually cmd+shift+.
You should know
But there isn't a command just to switch between the iPhone simulator, iPad simulator, and all of your external.
我有一个稍微不同的问题,但它也可能对你有帮助。
我只有一台物理设备,它始终位于顶部。
选择顶部列表设备作为目标非常简单。
执行:
弹出目标设备列表
CTRL + SHIFT + 0
带您到第一个设备
CMD + UPARROW
选择该设备
空格
Apple 脚本如下:
I have a slightly different problem but it might help you as well.
I have only one physical device which always stays at the top.
Its super simple to select top list device as a target.
Do:
pops up the list for target devices
CTRL + SHIFT + 0
takes you to the first device
CMD + UPARROW
selects that device
SPACE
Apple Script goes:
重复一下 Comradsky,答案是:
Cmd+Shift+, 然后 Tab 然后 Up /向下
Riffing on off Comradsky, the answer is then:
Cmd+Shift+, then Tab then Up/Down
您还可以按住 Option 键单击标题栏中的方案以直接打开该方案的设置(而普通单击会打开显示所有方案列表的上下文菜单)。
You can also option-click on the scheme in the title bar to directly open the settings for the scheme (whereas a normal click opens the context menu that displays a list of all the schemes).
显示目的地
要显示目的地列表,请使用 ⤵︎
^ + Shift + 0
Show Destinations
To bring up the list of destinations use ⤵︎
^ + Shift + 0