]> git.sur5r.net Git - i3/i3/commit
Check duplicated bindings after translating keysym 1959/head
authorhwangcc23 <hwangcc@csie.nctu.edu.tw>
Fri, 25 Sep 2015 14:20:28 +0000 (22:20 +0800)
committerhwangcc23 <hwangcc@csie.nctu.edu.tw>
Fri, 2 Oct 2015 14:09:53 +0000 (22:09 +0800)
commitfc48a297ed0f5dd974b6177f8f4c643db3da3652
tree94b91cc83e2bb8d944479196180a25b52937d54b
parentd4fb17546c96ce81101cacb176a2a130e43b2aa1
Check duplicated bindings after translating keysym

1). See the issue #1926. For example, the second keybinding is not detected as a duplicate:
        bindcode Mod4+24 sticky toggle
        bindsym Mod4+q focus parent
2). To fix it, check duplicated bindings when translating the keysym to keycodes.
include/config_parser.h
src/bindings.c
src/config_parser.c