Re: Zoom Support

2008-12-18 Thread Marius Gedminas
On Thu, Dec 18, 2008 at 08:58:08AM +1000, Peter Hutterer wrote: On Wed, Dec 17, 2008 at 05:42:42PM +0200, Marius Gedminas wrote: Are workarounds (e.g. allowing users to remap keycodes 255 to keycodes 255) possible, or too ugly to be allowed to see daylight? the latter. You could get

Re: X12 [wasRe: Zoom Support]

2008-12-18 Thread Daniel Stone
On Thu, Dec 18, 2008 at 02:51:52PM +0100, Nicolas Mailhot wrote: I hope that when XI and XKB are reworked a language property will be added to the protocol. Right now many apps try to infer the language being written from the xkb layout in use (for on the fly spellchecking, activation of the

Re: X12 [wasRe: Zoom Support]

2008-12-18 Thread Olivier Galibert
On Thu, Dec 18, 2008 at 06:02:33PM +0100, Nicolas Mailhot wrote: Layout and language are closely related. Basically for a globalized user that types in multiple languages, you have two situations : 1. If his current layout is sufficient for the other language, he will perform a language shift

Re: Zoom Support

2008-12-17 Thread Marius Gedminas
On Wed, Dec 17, 2008 at 09:21:47PM +1100, Daniel Stone wrote: Hi, On Wed, Dec 17, 2008 at 12:02:34PM +0200, Marius Gedminas wrote: On Wed, Dec 17, 2008 at 12:04:16PM +1000, Peter Hutterer wrote: To send that key from an input driver you'd have to init the key class and send the keycode

Re: Zoom Support

2008-12-17 Thread Marius Gedminas
On Wed, Dec 17, 2008 at 12:04:16PM +1000, Peter Hutterer wrote: Actually MS has defined standard Zoom+/Zoom- keycodes in the HID spec (before mouse wheel zooming took over MS thought a zoom lever in its ergo keyboards would be a great idea), so if they are not part of the 255 crowd xorg

Re: Zoom Support

2008-12-17 Thread Daniel Stone
Hi, On Wed, Dec 17, 2008 at 12:02:34PM +0200, Marius Gedminas wrote: On Wed, Dec 17, 2008 at 12:04:16PM +1000, Peter Hutterer wrote: To send that key from an input driver you'd have to init the key class and send the keycode up to the DDX. But being 255 the server would ignore it. Are

Re: Zoom Support

2008-12-17 Thread Peter Hutterer
On Wed, Dec 17, 2008 at 05:42:42PM +0200, Marius Gedminas wrote: On Wed, Dec 17, 2008 at 09:21:47PM +1100, Daniel Stone wrote: Hi, On Wed, Dec 17, 2008 at 12:02:34PM +0200, Marius Gedminas wrote: On Wed, Dec 17, 2008 at 12:04:16PM +1000, Peter Hutterer wrote: To send that key from

Zoom Support

2008-12-16 Thread micki _
Hi I am writing X11 input driver, I would like to emulate Zoom IN/OUT , Is there API , for example to emulate button event i use xf86PostButtonEvent thank you _ Send e-mail faster without improving your typing skills.

Re: Zoom Support

2008-12-16 Thread Peter Hutterer
On Tue, Dec 16, 2008 at 02:49:23PM +, micki _ wrote: I am writing X11 input driver, I would like to emulate Zoom IN/OUT , Is there API , for example to emulate button event i use xf86PostButtonEvent thank you no. zoom is done on the client-side (e.g. compositor) and input drivers don't

Re: Zoom Support

2008-12-16 Thread Nicolas Mailhot
Le mercredi 17 décembre 2008 à 07:36 +1000, Peter Hutterer a écrit : On Tue, Dec 16, 2008 at 02:49:23PM +, micki _ wrote: I am writing X11 input driver, I would like to emulate Zoom IN/OUT , Is there API , for example to emulate button event i use xf86PostButtonEvent thank you