Re: [PATCH weston] shell: Switch middle and right mouse bindings

2015-07-16 Thread Bryce Harrington
On Fri, Jun 26, 2015 at 01:57:44PM +1000, Peter Hutterer wrote: > On Thu, Jun 25, 2015 at 04:03:30PM -0500, Derek Foreman wrote: > > Currently rotate is on the right mouse button and resize is on the middle. > > > > As fantastic as rotating windows is, it's probably nicer to have resize on > > the

Re: [PATCH weston] shell: Switch middle and right mouse bindings

2015-06-25 Thread Peter Hutterer
On Thu, Jun 25, 2015 at 04:03:30PM -0500, Derek Foreman wrote: > Currently rotate is on the right mouse button and resize is on the middle. > > As fantastic as rotating windows is, it's probably nicer to have resize on > the right button, especially for anyone with only 2 buttons. > > Signed-off-

[PATCH weston] shell: Switch middle and right mouse bindings

2015-06-25 Thread Derek Foreman
Currently rotate is on the right mouse button and resize is on the middle. As fantastic as rotating windows is, it's probably nicer to have resize on the right button, especially for anyone with only 2 buttons. Signed-off-by: Derek Foreman --- desktop-shell/shell.c | 4 ++-- 1 file changed, 2 i