Skip to content

Fix StandardKey shortcut sequences in MenuItem showing as numbers

Devin Lin requested to merge work/menufixshortcuts into master

This uses the nativeText field of Shortcut to properly display shortcuts in Menus. Currently, using StandardKey values result in numbers being shown.

Merge request reports