Hey,
to detect input actions I use Keys.onPressed: { ... }.
But if my mouse is over a ChartView and then I use the back-key, the onPressed function receives nothing. Any idea why? This problem only appear in combination of the ChartView, with Rectangle, Text or ListView it's working all fine.