diff options
author | Bob Ham <bob.ham@collabora.com> | 2016-01-12 10:21:49 +0000 |
---|---|---|
committer | Derek Foreman <derekf@osg.samsung.com> | 2016-01-12 09:25:28 -0600 |
commit | 553d12488c8141c468dffadc557607d7a072ffec (patch) | |
tree | a93b4c0cd889b8ecfd3624f8974b89ecb7470b4a /man | |
parent | 744e65317d13bf97d66e834399df3d609ee1fbda (diff) |
desktop-shell: Allow binding-modifier weston.ini option to be none
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 <bob.ham@collabora.com>
Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/weston.ini.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/weston.ini.man b/man/weston.ini.man index 6ebe68a3..6e92066e 100644 --- a/man/weston.ini.man +++ b/man/weston.ini.man @@ -266,7 +266,7 @@ pressed sets the modifier key used for common bindings (string), such as moving surfaces, resizing, rotating, switching, closing and setting the transparency for windows, controlling the backlight and zooming the desktop. Possible values: -ctrl, alt, super (default) +none, ctrl, alt, super (default) .TP 7 .BI "num-workspaces=" 6 defines the number of workspaces (unsigned integer). The user can switch |