Commit 6876e99da3fa98228dbb2457776a1b4bf380b23c

Pierre Le Marre 2025-10-09T11:27:18

keymap: Fixed action comparison Before this commit there were 2 issues in action comparison: - Private actions comparison wrongly compared pointers; - Custom action types were mistakenly interpreted as errors and thus always failed comparison. Also added assertions on the action type enum so that the relevant code must be updated when the enum changes.