mirror of
https://github.com/brl/mutter.git
synced 2025-08-10 10:24:47 +00:00
...
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user