Author :
Pierre Le Marre
Date :
2025-10-09 11:27:18
Hash :6876e99d Message :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.