12 <title>deleteToEndOfLine: test
</title>
15 <p>First add the following line to your ~/Library/KeyBindings/DefaultKeyBinding.dict then relaunch Safari:
"^k" =
"deleteToEndOfLine:";
</p>
16 <p>Place the cursor between the two 'o's in 'Foo' and hit ^k twice. The first should result in 'Fo\nbar' and the second should result in 'Fobar'.
</p>
17 <div class=
"editing" contentEditable
><div>Foo
</div><div>bar
</div></div>