Re: custom keybindings
Re: custom keybindings
- Subject: Re: custom keybindings
- From: Tony Romano <email@hidden>
- Date: Tue, 14 Jun 2011 17:19:24 -0700
- Thread-topic: custom keybindings
This is the first place I looked, that file just has a header, no data. This is where I suspect I need to put the data:however, the question is, what does the format look like? Anyone on the forum done this with success?
On Jun 14, 2011, at 23:57, Tony Romano wrote: Thanks, I saw that but the documentation on keybindings format is the same docs for 3.2 and the format for the plist that's in that document does not work in Xcode 4. It's the same format as I have for 3.2 and they work just fine.
Anyone have working examples that have more than one edit command bound to a single key binding that works in Xcode 4 that can share it. Thanks in advance.
The file(s) used by these defaults is created from the file(s) in ~/Library/Developer/Xcode/UserData/KeyBindings. I haven't tried editing that, but you may try that.
Christiaan
On Jun 14, 2011, at 19:44, Tony Romano wrote: Yes. There are no options in the keybinding preference that allow me to add a custom command and bind it to a key that I can discern. For example, one entry in file for Xcode 3 is:
"^$D" = ( "selectLine:", "copy:", "moveToEndOfLine:", "insertNewline:", "paste:", "deleteBackward:" ); /* Ctrl-Shift-D = Duplicate the line */
How is this done in Xcode 4?
On Jun 14, 2011, at 19:31, Tony Romano wrote: I'm sure this has been asked but I can't find an answer searching the docs and on line.
In Xcode 3, you were able to define a custom keybinding that consisted of multiple commands in a file called pbkeybinding.dict located in your ~/library/keybindings directory. How can you do this in Xcode 4?
Have you opened the preferences?
Christiaan
If you use the contextual menu you'll be led to the answer.
Christiaan
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden