Nice work.
Could you please to add scaling in graph mode. Because some call-graphs is huge and it's not comfortable.
Cmd+/- zoom within limits would be nice, especially on retina display.
I totally agree. Another use would be so you could dock the graph next to regular disassembly and zoom it out in order to have a mini-graph showing where in the control flow you currently are.
Not the highest priority at the moment, but definitely useful. And I am sure it would be appreciated to contribute the changes back to x64dbg.
Cmd+/- - dont work. I have a linux (awesome WM).
May be ctrl +/- like an IDA ?
Platform specific shortcut keys could help. So shortcut keys are as you'd expect on the host platform.
Qt has QKeySequence::ZoomIn and QKeySequence::ZoomOut which is exactly what you want. No need to add custom ones.
Most helpful comment
Qt has
QKeySequence::ZoomInandQKeySequence::ZoomOutwhich is exactly what you want. No need to add custom ones.