Re: [g-a-devel]No keypress event while the mouse button si pressed.
- From: Bill Haneman <bill haneman sun com>
- To: Paul Sprencz <ps baum ro>
- Cc: gnome-accessibility-devel gnome org
- Subject: Re: [g-a-devel]No keypress event while the mouse button si pressed.
- Date: 14 Oct 2002 16:51:51 +0100
Hi Paul:
We didn't include the mouse buttons as key modifiers in the first
release of AT-SPI.
However I believe this should be no problem to add; in the meantime you
might try adding the following lines to your own copy of
libspi/keymasks.h:
#define SPI_KEYMASK_BUTTON1 Button1Mask
#define SPI_KEYMASK_BUTTON2 Button2Mask
#define SPI_KEYMASK_BUTTON3 Button3Mask
#define SPI_KEYMASK_BUTTON4 Button4Mask
#define SPI_KEYMASK_BUTTON5 Button5Mask
You can then use SPI_KEYMASK_BUTTON1, etc.
I am not 100% sure that X does this properly (in other words I am not
positive that you can use the mouse button masks with the "key" API) but
I suggest you try it.
Best regards,
-Bill
On Mon, 2002-10-14 at 14:53, Paul Sprencz wrote:
> Hi Bill, hi all
>
> I want to catch the keyboard press event while any mouse button is
> pressed. Which SPI modifier I have to use to catch in this case the key
> events.
>
> Best Regards
> Paul Sprencz
>
> _______________________________________________
> Gnome-accessibility-devel mailing list
> Gnome-accessibility-devel gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]