fix: tweak redo shortcut order to match convention by microbit-matt-hillsdon · Pull Request #9169 · RaspberryPiFoundation/blockly

@microbit-matt-hillsdon

The order of the modifiers is not significant to Blockly but it's conventional
to say e.g. Cmd+Shift+Z. Following that order here means that UI like the
keyboard navigation shortcut dialog gets the correct order without having to
sort.

maribethb