How do I create a Delete-Line Keyboard shortcut in Xcode 8? The Xcode 3 solutions do not work anymore
In previous versions of Xcode it was possible to create a key binding to delete the current line. There were different solutions and they are described for example here: Xcode: Delete line hot-key Xcode duplicate/delete line http://bigdiver.wordpress.com/2009/09/11/configure-homeend-key-bidings-on-mac-os-x/ http://www.betadesigns.co.uk/Blog/2010/02/03/custom-xcode-shortcuts/ All solutions include modifying one of these files: ~/Library/Application Support/Xcode/Key Bindings/*.pbxkeys ~/Library/KeyBindings/DefaultKeyBinding.dict ~/Library/KeyBindings/PBKeyBinding.dict A good resource for the