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

i0S Swift Issue

Question or problem in the Swift programming language:

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

How to solve the problem:

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.

Hope this helps!