mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-06 03:31:00 +00:00
Toggle debug toolbar via ctrl-D
This commit is contained in:
@@ -75,7 +75,7 @@ class App extends React.Component {
|
||||
} else if (char === 'q') {
|
||||
dispatch(unpinMetric());
|
||||
dispatch(selectMetric(null));
|
||||
} else if (char === 'd') {
|
||||
} else if (ev.code === 'KeyD' && ev.ctrlKey) {
|
||||
toggleDebugToolbar();
|
||||
this.forceUpdate();
|
||||
} else if (char === '?') {
|
||||
|
||||
Reference in New Issue
Block a user