Re: XGrabButton

2023-07-28 Thread Carsten Haitzler
On Wed, 26 Jul 2023 17:45:56 +0300 Riza Dindir said: > Hello All, > > I am grabbing buttons in an xlib. I am new to xlib. > > I have 3 grabs (XGrabButton) on buttons. One for button1+Mod1, another > for Button3+Mod1 and the last one for Button1+(Mod1|Control). All > these

Re: XGrabButton

2023-07-28 Thread Riza Dindir
respond. > > The application does not operate as expected. > > > > It is perfectly ok for me to use 3 XGrabButton calls, but was > > wondering why this would not work for a XGrabButton call with > > AnyButton and AnyModifier parameters. > > The application in ques

Re: XGrabButton

2023-07-27 Thread Po Lu
, but it did not respond. > The application does not operate as expected. > > It is perfectly ok for me to use 3 XGrabButton calls, but was > wondering why this would not work for a XGrabButton call with > AnyButton and AnyModifier parameters. The application in question might be usin

XGrabButton

2023-07-27 Thread Riza Dindir
Hello All, I am grabbing buttons in an xlib. I am new to xlib. I have 3 grabs (XGrabButton) on buttons. One for button1+Mod1, another for Button3+Mod1 and the last one for Button1+(Mod1|Control). All these grabs are for button presses (ButtonPressMask). When I grab these with 3 different calls