Clarify documentation of `widget.merge_duplicates`
Signed-off-by: ArenaL5 <arenal5@gmx.com>
This commit is contained in:
parent
74f3e40c93
commit
2d3f7e1e94
|
@ -56,6 +56,10 @@ widget.hide_without_description = true
|
||||||
|
|
||||||
--- Merge hotkey records into one if they have the same modifiers and
|
--- Merge hotkey records into one if they have the same modifiers and
|
||||||
-- description. Records with five or more keys will abbreviate them.
|
-- description. Records with five or more keys will abbreviate them.
|
||||||
|
--
|
||||||
|
-- This property only affects hotkey records added via `awful.key` keybindings.
|
||||||
|
-- Cheatsheets for external programs are static and will present merged records
|
||||||
|
-- regardless of the value of this property.
|
||||||
-- @tfield boolean widget.merge_duplicates
|
-- @tfield boolean widget.merge_duplicates
|
||||||
-- @param boolean
|
-- @param boolean
|
||||||
widget.merge_duplicates = true
|
widget.merge_duplicates = true
|
||||||
|
|
Loading…
Reference in New Issue