Re: [PATCH 3/3] desktop-shell: Allow binding-modifier weston.ini option to be none

2016-01-11 Thread Derek Foreman
On 11/01/16 09:41 AM, Bob Ham wrote: > Allow the binding-modifier option in weston.ini to take a value of > "none", meaning that none of the usual Super+Tab, Super+K, Super+Fn, > etc. key bindings will be enabled. > > Signed-off-by: Bob Ham Reviewed-by: Derek Foreman > --- > desktop-shell/she

[PATCH 3/3] desktop-shell: Allow binding-modifier weston.ini option to be none

2016-01-11 Thread Bob Ham
Allow the binding-modifier option in weston.ini to take a value of "none", meaning that none of the usual Super+Tab, Super+K, Super+Fn, etc. key bindings will be enabled. Signed-off-by: Bob Ham --- desktop-shell/shell.c | 26 ++ man/weston.ini.man| 2 +- 2 files chan