[TxMt] Re: "Go to last edit" keyboard shortcut

Dru Kepple dru at summitprojects.com
Wed Oct 28 15:37:44 UTC 2009


From: textmate-bounces+dru=summitprojects.com at lists.macromates.com [mailto:textmate-bounces+dru=summitprojects.com at lists.macromates.com] On Behalf Of Hans-Jörg Bibiko

Command:
cat <<-AS | osascript --
tell application "System Events"
  tell process "TextMate"
   tell menu bar 1
    tell menu bar item "Edit"
     tell menu "Edit"
      click menu item "Undo"
      click menu item "Redo"
     end tell
    end tell
   end tell
  end tell
end tell
AS

_______________________________________________



For some reason this doesn't work for me.  This is the same idea I was trying to get working, only I was using keystroke simulation.  Is anyone else able to get this to work?  I'm on 10.5. 

(Sorry for me previously empty submission...I'm on a Windows box for my email.  The keyboard shortcuts surprise me sometimes.  Sucks.)


More information about the textmate mailing list