When wxKeyBinder converts a shortcut string to key codes, it is missing mappings of non-ascii keycodes > 300; users cannot create bindings with keys such as Left arrow, page up, and such.
Steps to reproduce:
notice that the shortcut is incorrectly added as CTRL+SHIFT+D
Patch that fixes the issue has been attached to this ticket.