1vp_spec(
2  :superMenuTitle => "R Select",
3  :menuTitle      => "R Current Paragraph",
4  :shortcutKey    => 'o',
5  :shortcutMask   => [ :command, :control ] )
6
7vp_action do |windowController|
8  windowController.textView.selectParagraph(nil)
9end
10