[Webkit-unassigned] [Bug 14140] New: Complex system KeyBindings don't work properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 14 08:48:53 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14140

           Summary: Complex system KeyBindings don't work properly
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mblsha at gmail.com


$ cat ~/Library/KeyBindings/DefaultKeyBinding.dict
{
        "^m" = {
                "^s"    = ("insertText:", "\U21E7");  /* C-s     shift */
        };

        "~+" = ( "cut:", "insertText:", "«", "paste:", "insertText:", "»",
"moveBackward:" );

        /* HTML/XML opening and closing tag pair. */
        "^<" = ( "setMark:",
                 "moveWordBackward:",
                 "deleteToMark:",
                 "insertText:", "<",
                 "yank:",
                 "insertText:", ">",
                 "setMark:",
                 "insertText:", "</",
                 "yank:",
                 "insertText:", ">",
                 "swapWithMark:" );
}

When entering text in text areas, these commands don't work properly in Safari
3 anymore. In Safari 2 I used to type "a", then press 

⌃⇧<, and "a" got automatically converted to "<a></a>" with cursor
flashing in the middle. Now it's no longer the case. Also "⌥+" doesn't
result in "«»" appearing.




Also "⌃M ⌃S" doesn't insert "⇧" anymore, seems that nested
bindings are no longer handled at all.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list