Cool. Thanks a lot!<br>-m-<br><br><div class="gmail_quote">On Wed, Mar 3, 2010 at 2:00 PM, Dru Kepple <span dir="ltr"><<a href="mailto:dru@summitprojects.com">dru@summitprojects.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
From: Morgan Packard<br>
Sent: Wednesday, March 03, 2010 12:40 PM<br>
To: <a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
Subject: [TxMt] How can I find where a snippet/macro/command is defined?<br>
<div><div></div><div class="h5"><br>
<br>
Hello,<br>
Currently, apple-left takes me to the end of the line. I'd like to change it so apple-comma takes me there. That way I don't have to search for the arrow keys. How can I find where this is defined? Generally, when I want to change a key command, how can I track it down without searching manually through every bundle?<br>

thanks,<br>
-Morgan<br>
<br>
<br>
<br>
</div></div>Command-Left isn't defined by a bundle, it's part of the app itself.  You can create a macro, though, that does the same thing, and assign a shortcut for that.  So, command-Left would still exist, but you can supplement it with Command-Comma.<br>

<br>
Do this:<br>
Choose Bundles > Macros > Start Recording<br>
Press Command-Left<br>
Choose Bundles > Macros > Stop Recording<br>
Choose Bundles > Macros > Save Recording...<br>
In the Bundle Editor, type Command-Comma in the "Activation: Key Equivalent" area.<br>
Close the Bundle Editor, and you should have your shortcut.<br>
<br>
It's probably possible to write a plugin to change the Command-Left to something else, but that's beyond me.  Hans seems to enjoy those challenges, though...<br>
<br>
+dru<br>
<br>
_______________________________________________<br>
textmate mailing list<br>
<a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
<a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br>
</blockquote></div><br>