Re: [dev] [st] shift-insert patch (more general: key.mask and state)

From: anonymous <p37sitdu_AT_lavabit.com>
Date: Mon, 1 Aug 2011 20:35:38 +0400

On Mon, Aug 01, 2011 at 03:52:37PM +0400, anonymous wrote:
> On Mon, Aug 01, 2011 at 03:34:46PM +0400, anonymous wrote:
> Patch is attached.

Forgot to attach.

To make it work, you should reorder TAGKEYS, so masks with more modifiers are matched first.

#define TAGKEYS(KEY,TAG) \
        { MODKEY|ControlMask|ShiftMask, KEY, toggletag, {.ui = 1 << TAG} }, \
        { MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \
        { MODKEY|ShiftMask, KEY, tag, {.ui = 1 << TAG} }, \
        { MODKEY,

Received on Mon Aug 01 2011 - 18:35:38 CEST

This archive was generated by hypermail 2.2.0 : Mon Aug 01 2011 - 18:48:03 CEST