Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 480
Daniel Avatar asked Oct 01 '15 23:10

Daniel


1 Answers

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.

like image 76
Code Different Avatar answered Oct 27 '22 13:10

Code Different