Comment #34 on issue 12538 by jaaronfarr: Basic emacs key bindings should work (e.g., ctrl-e, ctrl-a, ctrl-d), like in native text fields http://code.google.com/p/chromium/issues/detail?id=12538
ctrl-a, ctrl-d, ctrl-e works. Even ctrl-k, but ctrl-y does not. cocoa apps support ctrl-y to yank from the clipboard (killring). You can test by trying the following: - Move to the address field - Ctrl-a moves to the beginning of the line - Ctrl-k kills the line (cuts it) - Ctrl-y yanks the address back (pastes it). However the same does not work in any text area (it works in Safari, for example). -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
