Hello, 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? thanks, -Morgan
Command-Left isn't defined by a bundle, it's part of the app itself.
You can change this OS-wide with the Cocoa Text System. See here. http://www.hcs.harvard.edu/~jrus/site/cocoa-text.html
—Alex