Comment 12 for bug 46378

Revision history for this message
In , Sergey V. Udaltsov (svu) wrote :

I've just tried to map LWIN to Pointer_Button3. It works in a sense that xev displays that keysym. But Firefox does not react on that "button". Neither other apps.

In the interpret section, I see

    interpret Pointer_Button3+AnyOfOrNone(all) {
        action= PtrBtn(button=3);
    };

which looks logical. Anything I am missing?

PS Just checked, Shift+Numlock switched me ok into working mousekeys mode.