AdamsLair/duality

Redirect Child Window Command Keys

Offen

#307 geöffnet am 28.03.2016

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (287 Forks)auto 404
EditorFeatureHelp WantedUsability

Repository-Metriken

Stars
 (1.425 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Summary

When undocking a docking control from the main window so it becomes a child window, global commands like Ctrl + Z can only be triggered when the main window has focus. The child window does not redirect menu commands back to the main window when unused.

Analysis

  • This will require more research in order to find out...
    • ...a good way to redirect these commands.
    • ...whether or not they are required in the child window, so no redirect is performed in that case.
    • ...whether there are any existing solutions for the DockPanel suite. There has been a bit of development since Duality forked from it. Maybe file an issue there?

Attachments

Contributor Guide