Bug 16553
Summary: | Some items in DefaultKeyBindings aren't working as expected. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Danny Bloemendaal <danny.bloemendaal> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 |
Danny Bloemendaal
I have these definitions in my personal keybindings (among others):
"^\UF703" = "moveWordForward:"; /* ctrl right */
"$^\UF703" = "moveWordForwardAndModifySelection:"; /* shift-ctrl right */
And the first works like a charm, moves the cursor to the next word. But the second selects until the end of the line instead of only the next word.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
*** This bug has been marked as a duplicate of 16552 ***