X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fdesktop.c;h=04b0bdd5f26687cd3703a0695e0aede722bea30c;hb=34178097d559ef522ea0984091489c209f4e9e0e;hp=cc0d96538cba42ff7b41ffa56aa85fb8350df9a5;hpb=b7ddaa5728b5449449e3ea14cf84252285bbc794;p=chaz%2Fopenbox diff --git a/openbox/actions/desktop.c b/openbox/actions/desktop.c index cc0d9653..04b0bdd5 100644 --- a/openbox/actions/desktop.c +++ b/openbox/actions/desktop.c @@ -327,7 +327,7 @@ static gboolean i_input_func(guint initial_state, return FALSE; /* There were no modifiers and they pressed enter */ - else if (sym == XK_Return && !initial_state) + else if ((sym == XK_Return || sym == XK_KP_Enter) && !initial_state) return FALSE; } /* They released the modifiers */