cabana: add keyboard shortcuts to binary view
- Delete signal: x, backspace, delete
- Toggle endianness: e
- Toggle signedness: s
- Open chart: c, p, g (Chart, Plot, Graph)
Any thoughts on how to explain this to the user?
@deanlee any ideas on how to cleanly set the edited/new signal to be the new hovered_sig?
call BinaryView::highlight(signal) or emit highlight(sig) in SignalView. Do these two methods meet your needs?
How do I get a pointer to the new signal? Or does the old pointer stay valid?
the old pointer stay valid after updated, signal address will not changed after call DBCManager::updateSignal
Any thoughts on how to explain this to the user?
added an online-help: https://github.com/commaai/openpilot/pull/27349 .