Re: [PATCH weston 4/5] shell: keyboard focus with sub-surfaces

2013-01-04 Thread Gregory Merchan
On Fri, Jan 4, 2013 at 1:27 PM, Bill Spitzak wrote: > . . . It also means we can have clients that know they are useful when > partially buried and not raise on some clicks, which would be an AMAZING > improvement of usabilty we have been lacking for 25 years now ever since > Windows broke this an

Re: [PATCH weston 4/5] shell: keyboard focus with sub-surfaces

2013-01-04 Thread Bill Spitzak
Pekka Paalanen wrote: If the client wants to assign keyboard focus to a different (sub-)surface than where the compositor is offering it, that is left for a future keyboard focus negotiation protocol, As long as the key events are delivered to *any* client surface then the client can pretend

Re: [PATCH weston 4/5] shell: keyboard focus with sub-surfaces

2013-01-04 Thread Pekka Paalanen
On Fri, 21 Dec 2012 14:04:03 +0200 Pekka Paalanen wrote: > The shell needs to redirect some actions to the parent surface, when > they originally target a sub-surface. This patch implements the > following: > - When the activation binding (left button click) targets a sub-surface, > activate th

[PATCH weston 4/5] shell: keyboard focus with sub-surfaces

2012-12-21 Thread Pekka Paalanen
The shell needs to redirect some actions to the parent surface, when they originally target a sub-surface. This patch implements the following: - When the activation binding (left button click) targets a sub-surface, activate the parent surface instead. This also means, that a keyboard focus sh