Back to Chromium

deleteToEndOfLine: test

third_party/blink/manual_tests/deleteToEndOfLine.html

149.0.7827.2286 B
Original Source

First add the following line to your ~/Library/KeyBindings/DefaultKeyBinding.dict then relaunch Safari: "^k" = "deleteToEndOfLine:";

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'.

Foo

bar