https://bugs.documentfoundation.org/show_bug.cgi?id=173519

--- Comment #6 from [email protected] ---
Consistency.

Why it doesn't work when using [DEL]? 
Why should they behave differently?


Currently

[DEL] = delete one character at a time. 
When there is nothing else to delete:  Stop.

[CTRL+DEL] = delete one word at a time. 
When there is nothing else to delete:  Jump to the next cell.




In my view it should be either:

[DEL] = delete one character at a time. 
When there is nothing else to delete:  Stop.

[CTRL+DEL] = delete one word at a time. 
When there is nothing else to delete:  Stop.


or 

[DEL] = delete one character at a time. 
When there is nothing else to delete:  Jump to the next cell.

[CTRL+DEL] = delete one word at a time. 
When there is nothing else to delete:  Jump to the next cell.


I think the first option makes more sense: the program should no do something
you did no tell it to do (jump to the next cell). If you want to erase the
content of several cells, there are much more flexible and efficient ways.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to