https://bugs.kde.org/show_bug.cgi?id=517027
--- Comment #4 from Konstantin Kharlamov <[email protected]> --- (In reply to Nate Graham from comment #3) > For example, making it hard to reason about what's going to happen, That's a strange reasoning. A user who considers it a complication may just not use this feature. After all, it is an explicit opt-in in an already existing dialog. > complicating the UI A single button…? > and adding internal complexity that would result in future bugs. What complexity? You probably have a hashmap "hotkey ⇒ app". You make the "value" part an array/vector instead, i.e. "hotkey ⇒ app[]". It is explicitly encoded in the type-system, so anything that refers to "app" as a single value will be immediately caught during compilation. -- You are receiving this mail because: You are watching all bug changes.
