default key bindings
In WPF, there are lots of key bindings assigned to predefined commands (like Backspace to NavigationCommands.BrowseBack, Alt+Home to NavigationCommands.BrowseHome etc.). Is there a complete list of all these key bindings available somewhere? Are these key bindings consistent across all operating systems, all language versions of .NET framework etc. so that we can include them in tooltips, documentation, ...?
Thanks for info, Martin

