Bug 16553

Summary: Some items in DefaultKeyBindings aren't working as expected.
Product: WebKit Reporter: Danny Bloemendaal <danny.bloemendaal>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   

Description Danny Bloemendaal 2007-12-21 01:13:05 PST
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.
Comment 1 Mark Rowe (bdash) 2007-12-21 01:14:28 PST

*** This bug has been marked as a duplicate of 16552 ***