Mapped keys are removed when command with same key is changed

Client (production/canary) and FXServer version
Client with latest production version
FXServer version 3524, latest build enabled (2189)

First I create some key mappings:

RegisterKeyMapping("command1", "Command 1", "keyboard", "I")
RegisterKeyMapping("command2", "Command 2", "keyboard", "I")
RegisterKeyMapping("command3", "Command 3", "keyboard", "I")

All keys are working and mapped properly:
image

But when I change key mapped to one of them, this happens:
image

I would expect that Command 1 and Command 2 would keep ā€œIā€ mapping.

Fixed.

1 Like