Daniel
Daniel

Reputation: 1448

Xcode 7 Playground Markup: What is keyboard shortcut for Show Rendered Markup

Since I go back and forth between Raw Markup and Rendered Markup, I wonder there is a keyboard shortcut to move between them.

Upvotes: 10

Views: 2257

Answers (1)

Code Different
Code Different

Reputation: 93181

No, there is none by default but you can easily set it up by going into Xcode > Preferences > Key Bindings, then search for markup: Screenshot showing Xcode Key Bindings The above screenshot shows the assignment of ⌥⇧R.

Upvotes: 13

Related Questions