FunKey-Project / FunKey-OS

Buildroot-based embedded Linux OS for the FunKey S retro-gaming console
https://www.funkey-project.com/
GNU General Public License v2.0
242 stars 65 forks source link

[Keymap] UNMAP command does not work properly for key combination #18

Closed DrUm78 closed 3 years ago

DrUm78 commented 3 years ago

UNMAP command does not work properly for key combination. Indeed, when trying a "UNMAP FN+L+R" it actually unbinds FN+L+R combination but also all those keys pressed separately.

Steps to reproduce the behavior:

  1. Launch a rom with a custom key mapping (.key file) with "UNMAP FN+L+R" for instance
  2. Notice that now all those 3 keys do not work even when pressed separately

Expected behavior: "UNMAP FN+L+R" command should only block this key combination, not all those 3 keys pressed separately.

Michel-FK commented 3 years ago

Fixed with commit 2d764e398abb2cdf81843b0465d3b0dc498a1109

DrUm78 commented 3 years ago

Fixed and verified!