Correct shortcut keys capitalization
In the web app we can see that all shortcut keys are are in small case. We should change them to be uppercase because that is typically how we denote shortcut keys. For Example
We can change ctrl+alt+z
to Ctrl+Alt+Z
and so on.
I would love to work on this issue.