Bug: NumPad5 & NumPad6 handled incorrectly

Steps To Reproduce (A)

  1. Use Cantabile Build 3594 (x86)
  2. Create a Hot Key (or a PC Keyboard binding) for any command with NumPad5 as trigger.
  3. Press NumPad6 (!)

Expected Behaviour

Quick Action should pop up showing “6”

Actual Behaviour

The command that was bound to NumPad5 is executed (although you pressed NumPad6)

Steps To Reproduce (B)

  1. Create a Hot Key (or a PC Keyboard binding) for any command with NumPad6 as trigger.
  2. Press NumPad6

Expected Behaviour

The command that was bound to NumPad6 should execute.

Actual Behaviour

Quick Action pops up showing “6”

Speculation

You did copy & paste the line of code that handles the NumPad5 key code and forgot to change the target call. :wink:

2 Likes

Hi @derVodi

Thanks for reporting. Fixed for the next build.

And btw: that is how you submit a bug report. I reproduced this in about 2 seconds and could get on with fixing it immediately. Thank you!

Brad

2 Likes

Now that was a quick reaction. :+1:

1 Like