Übersicht von Apple:
Remarkable
Erweiterungen
Scheint nicht mehr zu funktionieren!
In short, create a file ~/Library/KeyBindings/PBKeyBinding.dict
with the following content and restart Xcode.
{
"^$K" = (
"selectLine:",
"cut:"
);
"^$D" = (
"selectLine:",
"copy:",
"moveToEndOfLine:",
"insertNewline:",
"paste:",
"deleteBackward:"
);
}
This will create two shortcuts: Ctrl–Shift–K for deleting the current line and Ctrl–Shift–D for duplicating the current line. Please note that this will only work if you are NOT using a custom key binding set in Xcode.