Comment #6 on issue 32118 by sarahm: Chrome doesn't obey Ctl-W GTK key binding
http://code.google.com/p/chromium/issues/detail?id=32118

I bound two actions instead of one, because I took this directly from
/usr/share/themes/Emacs/gtk-2.0-key/gtkrc on my system. That file contains the double
binding, but I'm not familiar enough with GTK to say why.

Also, you say that the standard Emacs theme works, but the following line in my
.gtkrc-2.0 doesn't work for me:

gtk-key-theme-name = "Emacs"

In fact, nor does the modification to GtkTextView. My ~/.gtkrc-2.0 now contains only
this:

binding "Chrome" {
  bind "<ctrl>w" { "delete-from-cursor" (word-ends, -1) }
}
class "GtkTextView" binding "Chrome"

With that, Chrome is still closing the active tab when I hit Ctrl-W in a text entry
widget.

--
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

Reply via email to