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:
But when I change key mapped to one of them, this happens:
I would expect that Command 1 and Command 2 would keep āIā mapping.