commit | 9ba6aa6b0c39f8b3cf35cc9797897beccd6ee417 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Tue Jun 02 13:59:04 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Tue Jun 02 13:59:04 2009 -0700 |
tree | d9556f8b43ae2b3741b28ef1160a2e0bc738ad39 | |
parent | 28fcb239d7421d7a03bc65feba22951ab919d62d [diff] |
Restore Ctrl-Backspace in comment editor Some users expect Ctrl-Backspace to delete the last word. By overriding it as an alias for Ctrl-d (discard comment) we not only took away a useful feature from a user, but we also made it possible to lose unsaved comments by an accidental keystroke. Instead, only support Esc (to discard a new comment) or Ctrl-d (to discard a new or a saved comment). Signed-off-by: Shawn O. Pearce <sop@google.com>