I have a custom window manager that captures Alt-D and I haven't figured out how to bypass it. It would be helpful to provide some alternative to launch the Dart DevTools in some other way.
Some ideas:
- add a flag to launch it preemtively (
--debug --launch-devtools)
- add a flag to override the shortcut (
--debug --devtools-shortcut=Ctrl-Q 😉 )