Hi,

--On Friday, June 11, 2004 08:13:17 +0200 [EMAIL PROTECTED] wrote:

try commenting away this line (should be line 1470 in 3_7alpha5) in
add_window.c:

for (tmp = Scr->FuncKeyRoot.next; tmp != NULL; tmp = tmp->next)
    {
        switch (tmp->cont)
        {
        case C_WINDOW:
---->          //case C_WORKSPACE:              <----
            if (tmp->mods & AltMask) break;
            grabkey (tmp, 0, tmp_win->w);

This solved it for me, hopefully it will work for you too.

That was the correct line number, and commenting it out has had the desired effect.


Please verify this ASAP. If everything works as you would like and
expect, I will submit this change to the archive.

Thanks, Rudy

Reply via email to