Sha256: e2783452e0d365bbe6896c5933f55a17b1ba76ac86a0b8734477d0643907e39e

Contents?: true

Size: 534 Bytes

Versions: 6

Compression:

Stored size: 534 Bytes

Contents

tell application "TextEdit"
  activate
end tell

tell application "System Events"
  tell process "TextEdit"
    keystroke "H"
    keystroke "i"
  end tell
end tell

tell application "System Events"
  tell process "TextEdit"
    tell menu bar 1
      tell menu bar item "Edit"
        tell menu "Edit"
          click menu item "Select All"
          click menu item "Copy"
          set rightArrow to 124
          key code rightArrow
          click menu item "Paste"
        end tell
      end tell
    end tell
  end tell
end tell

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
win_gui-0.1.6 book_code/one_more_thing/textedit.applescript
win_gui-0.1.4 book_code/one_more_thing/textedit.applescript
win_gui-0.1.3 book_code/one_more_thing/textedit.applescript
win_gui-0.1.2 book_code/one_more_thing/textedit.applescript
win_gui-0.1.1 book_code/one_more_thing/textedit.applescript
win_gui-0.1.0 book_code/one_more_thing/textedit.applescript