]> git.mdlowis.com Git - proto/labwc.git/commit
src/config/rcxml.c: Check for modifiers when merging mousebinds
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Fri, 18 Nov 2022 11:17:29 +0000 (12:17 +0100)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Fri, 18 Nov 2022 11:44:49 +0000 (12:44 +0100)
commit5aac35a27a518d8d262d536e8583407451b694fe
tree746017c74091abe5cad852d87bc8ec5db48c4aab
parent1e66ba8fd75ea41ec8db25569b9b6ba963f22a2b
src/config/rcxml.c: Check for modifiers when merging mousebinds

Previously mosuebinds for the same context using the same button
but different modifiers would be merged, e.g. only the last one
would survive the merge. This commit adds the missing check for
keyboard modifiers.

Fixes #630

Reported-by: @lidgnulinux
src/config/rcxml.c