Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Originally posted by Rory Mullen View Post
    Recol is exactly what I wanted. Is there a way to assign the recol command to a keyboard shortcut? I guess not...
    Actually, this is an easy fix on macOS. In my profile.do, I have

    Code:
    * profile.do
    
    * Create a custom menu
    window menu append submenu "stUser" "Column Resize"
    window menu append item "Column Resize" "Fit to Width" "recol *"
    Then in macOS keyboard settings, I assign cmd+r to the Stata menu item "Fit to Width". Only works when Stata has a dataset in memory, of course.

    Comment

    Working...
    X