This commit is contained in:
rhp
2001-06-23 06:54:28 +00:00
parent c1251f5d9c
commit f9c2652e0d
9 changed files with 91 additions and 38 deletions

View File

@@ -187,6 +187,11 @@ meta_window_grab_keys (MetaWindow *window)
return; /* already all good */
}
/* no keybindings for Emacs ;-) */
if (window->res_class &&
g_strcasecmp (window->res_class, "Emacs") == 0)
return;
grab_keys (window_bindings, window->display,
window->frame ? window->frame->xwindow : window->xwindow);