From 2d3f7e1e94b60d34cadf3e5ec531eca6884f38c6 Mon Sep 17 00:00:00 2001 From: ArenaL5 Date: Fri, 21 Feb 2020 00:07:52 +0100 Subject: [PATCH] Clarify documentation of `widget.merge_duplicates` Signed-off-by: ArenaL5 --- lib/awful/hotkeys_popup/widget.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/awful/hotkeys_popup/widget.lua b/lib/awful/hotkeys_popup/widget.lua index 7f251241a..e8c598e0a 100644 --- a/lib/awful/hotkeys_popup/widget.lua +++ b/lib/awful/hotkeys_popup/widget.lua @@ -56,6 +56,10 @@ widget.hide_without_description = true --- Merge hotkey records into one if they have the same modifiers and -- 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 -- @param boolean widget.merge_duplicates = true