On 7 October 2010 01:44, Wolf Tivy <wti...@my.bcit.ca> wrote: >... > > Aside, has anyone tried out the combo patch? I am finding it pretty useful.
Yeah, I just wasn't so keen on having to hold down each number when selecting tags, so I tried to alter it so you could do something like so: KeyDown: Modkey KeyPress: 1 KeyPress: 2 KeyUp: Modkey to select 1 | 2, obviously, rather than KeyDown: Modkey KeyDown: 1 KeyDown: 2 KeyUp: Modkey, 1, 2 So I tried to get dwm to set combo to 0 when _just_ modkey is released. Haven't had any success so far though, the event isn't coming through; I've tried various XGrabKey combinations, for example with Mod4Mask as the keycode or as the modifier (and both), but to no avail. If you've any advice, I'd be all ears. Cheers, Rob.