Re: [dev] [st] [patch] Ignore numlock (Mod2Mask) for button events too.

2013-10-29 Thread Mark Edgar
On Mon, Oct 28, 2013 at 7:27 PM, Roberto E. Vargas Caballero wrote: >> I have applied it, but I have mistook and the patch is in the repository >> with me as author Actually, it looks OK to me; I'm listed as the author in the repository. > git-format-patch is also good ;). That's what I used, I

Re: [dev] [st] [patch] Ignore numlock (Mod2Mask) for button events too.

2013-10-28 Thread Roberto E. Vargas Caballero
> I have applied it, but I have mistook and the patch is in the repository > with me as author. Please, could you send the patches with git-send-mail?. > It will help me to avoid thses kind of errors. > git-format-patch is also good ;). -- Roberto E. Vargas Caballero _

Re: [dev] [st] [patch] Ignore numlock (Mod2Mask) for button events too.

2013-10-28 Thread Roberto E. Vargas Caballero
On Sun, Oct 20, 2013 at 09:54:51AM +0200, Roberto E. Vargas Caballero wrote: > > A bug presents if you try to add a button shortcut to mshortcuts using > > a mask, for example: > > > > { Button3, ShiftMask, "hi"}, > > > > The above does not work if Numlock (Mod2Mask) is on, which is unexpected. >

Re: [dev] [st] [patch] Ignore numlock (Mod2Mask) for button events too.

2013-10-20 Thread Roberto E. Vargas Caballero
> A bug presents if you try to add a button shortcut to mshortcuts using > a mask, for example: > > { Button3, ShiftMask, "hi"}, > > The above does not work if Numlock (Mod2Mask) is on, which is unexpected. > I'll apply it, thanks. -- Roberto E. Vargas Caballero _

[dev] [st] [patch] Ignore numlock (Mod2Mask) for button events too.

2013-10-18 Thread Mark Edgar
A bug presents if you try to add a button shortcut to mshortcuts using a mask, for example: { Button3, ShiftMask, "hi"}, The above does not work if Numlock (Mod2Mask) is on, which is unexpected. -Mark 0001-Ignore-numlock-Mod2Mask-for-button-events-too.patch Description: Binary data