[chromium-bugs] Issue 11480 in chromium: Support GTK keyboard themes (emacs keybindings)

2009-09-18 Thread codesite-noreply
Comment #24 on issue 11480 by su...@chromium.org: Support GTK keyboard themes (emacs keybindings) http://code.google.com/p/chromium/issues/detail?id=11480 Thanks for your feedback. But I did some experiments and got different result: According to comment #22, in IE, Alt+F's default action c

[chromium-bugs] Issue 11480 in chromium: Support GTK keyboard themes (emacs keybindings)

2009-09-18 Thread codesite-noreply
Comment #23 on issue 11480 by hb...@chromium.org: Support GTK keyboard themes (emacs keybindings) http://code.google.com/p/chromium/issues/detail?id=11480 To match internet explorer, we may have to violate the DOM Event spec more or less. Also, Microsoft is trying to change the behavior of I

[chromium-bugs] Issue 11480 in chromium: Support GTK keyboard themes (emacs keybindings)

2009-09-18 Thread codesite-noreply
Updates: Cc: est...@chromium.org Comment #22 on issue 11480 by est...@chromium.org: Support GTK keyboard themes (emacs keybindings) http://code.google.com/p/chromium/issues/detail?id=11480 I think the answer is "to match internet explorer". You can test this by going to http://www.qu

[chromium-bugs] Issue 11480 in chromium: Support GTK keyboard themes (emacs keybindings)

2009-09-15 Thread codesite-noreply
Updates: Cc: e...@chromium.org da...@chromium.org Comment #21 on issue 11480 by su...@chromium.org: Support GTK keyboard themes (emacs keybindings) http://code.google.com/p/chromium/issues/detail?id=11480 Though I had committed the CL for fixing this issue, as mentioned in the descri

[chromium-bugs] Issue 11480 in chromium: Support GTK keyboard themes (emacs keybindings)

2009-09-10 Thread codesite-noreply
Comment #20 on issue 11480 by bugdro...@chromium.org: Support GTK keyboard themes (emacs keybindings) http://code.google.com/p/chromium/issues/detail?id=11480 The following revision refers to this bug: http://src.chromium.org/viewvc/chrome?view=rev&revision=25852

[chromium-bugs] Issue 11480 in chromium: Support GTK keyboard themes (emacs keybindings)

2009-08-11 Thread codesite-noreply
Comment #19 on issue 11480 by su...@chromium.org: Support GTK keyboard themes (emacs keybindings) http://code.google.com/p/chromium/issues/detail?id=11480 CL has been uploaded for review: http://codereview.chromium.org/165293 -- You received this message because you are listed in the owner or

[chromium-bugs] Issue 11480 in chromium: Support GTK keyboard themes (emacs keybindings)

2009-08-08 Thread codesite-noreply
Comment #18 on issue 11480 by su...@chromium.org: Support GTK keyboard themes (emacs keybindings) http://code.google.com/p/chromium/issues/detail?id=11480 I'm working on the CL and will upload it for review as soon as I check in CL http://codereview.chromium.org/160577, which conflicts with th

[chromium-bugs] Issue 11480 in chromium: Support GTK keyboard themes (emacs keybindings)

2009-08-08 Thread codesite-noreply
Comment #17 on issue 11480 by vatic42: Support GTK keyboard themes (emacs keybindings) http://code.google.com/p/chromium/issues/detail?id=11480 Curious about the status of your CL, James, because I'm looking to add this for the mac side of things. -- You received this message because you ar

[chromium-bugs] Issue 11480 in chromium: Support GTK keyboard themes (emacs keybindings)

2009-08-04 Thread codesite-noreply
Updates: Owner: su...@chromium.org Cc: hb...@chromium.org Comment #16 on issue 11480 by su...@chromium.org: Support GTK keyboard themes (emacs keybindings) http://code.google.com/p/chromium/issues/detail?id=11480 (No comment was entered for this change.) -- You received this m

[chromium-bugs] Issue 11480 in chromium: Support GTK keyboard themes (emacs keybindings)

2009-07-29 Thread codesite-noreply
Comment #14 on issue 11480 by james.su: Support GTK keyboard themes (emacs keybindings) http://code.google.com/p/chromium/issues/detail?id=11480 It's not that easy. For each key event, we need follow HTML DOM specification as much as possible. See http://www.w3.org/TR/DOM-Level-3-Events/keys

[chromium-bugs] Issue 11480 in chromium: Support GTK keyboard themes (emacs keybindings)

2009-07-29 Thread codesite-noreply
Comment #13 on issue 11480 by darren.hoo: Support GTK keyboard themes (emacs keybindings) http://code.google.com/p/chromium/issues/detail?id=11480 @evanrmurphy Also Another conflict: Chrome's Ctrl+K for go to the location bar vs. Emacs's kill line. As in firefox if the cursor focus is in edit

[chromium-bugs] Issue 11480 in chromium: Support GTK keyboard themes (emacs keybindings)

2009-07-29 Thread codesite-noreply
Comment #10 on issue 11480 by james.su: Support GTK keyboard themes (emacs keybindings) http://code.google.com/p/chromium/issues/detail?id=11480 Some key bindings of gtk Emacs theme conflict with webkit default key bindings, for example ctrl-a in webkit is bound to SelectAll, while in gtk Em

[chromium-bugs] Issue 11480 in chromium: Support GTK keyboard themes (emacs keybindings)

2009-07-22 Thread codesite-noreply
Updates: Status: Started Comment #9 on issue 11480 by e...@chromium.org: Support GTK keyboard themes (emacs keybindings) http://code.google.com/p/chromium/issues/detail?id=11480 Please do! We're unlikely to get to it soon, but it would be a really nice feature to have. -- You recei

[chromium-bugs] Issue 11480 in chromium: Support GTK keyboard themes (emacs keybindings)

2009-07-22 Thread codesite-noreply
Comment #8 on issue 11480 by james.su: Support GTK keyboard themes (emacs keybindings) http://code.google.com/p/chromium/issues/detail?id=11480 If nobody else is working on it, I'd like to take care of it. -- You received this message because you are listed in the owner or CC fields of this i

[chromium-bugs] Issue 11480 in chromium: Support GTK keyboard themes (emacs keybindings)

2009-07-22 Thread codesite-noreply
Comment #7 on issue 11480 by james.su: Support GTK keyboard themes (emacs keybindings) http://code.google.com/p/chromium/issues/detail?id=11480 Just found that RenderWidgetHost has ForwardEditCommand() method, so it's not necessary to fake key events. Instead, we can map gtk signals to edit

[chromium-bugs] Issue 11480 in chromium: Support GTK keyboard themes (emacs keybindings)

2009-07-21 Thread codesite-noreply
Comment #6 on issue 11480 by james.su: Support GTK keyboard themes (emacs keybindings) http://code.google.com/p/chromium/issues/detail?id=11480 A possible solution would be: In RenderWidgetHostViewGtk, creates an invisible GtkTextView object and hook keybinding related signals, such as "move-c

[chromium-bugs] Issue 11480 in chromium: Support GTK keyboard themes (emacs keybindings)

2009-07-07 Thread codesite-noreply
Updates: Labels: -Mstone-LinuxBeta Mstone-4 Comment #5 on issue 11480 by mikesm...@chromium.org: Support GTK keyboard themes (emacs keybindings) http://code.google.com/p/chromium/issues/detail?id=11480 (No comment was entered for this change.) -- You received this message because you