sevaa / dwex

DWARF Explorer - a GUI utility for navigating the DWARF debug information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shortcut for going back and forth in click history with left mouse or keyboard shortcut

martin-paul opened this issue · comments

It would be great if it would be possible to jump back to the previous highlighted element/node.
Usecase: for example you follow a ref, afterwards you want to go back to the node which contained the ref.

In addition, going forward in history could also be handy (such that you can jump back and forth again). I would suggest to bind mouse4 + mouse5 to this events.

Already present, menu/Navigate/Back and Forward.

There are also keyboard shortcuts. On Windows and Linux, it's Alt-Left and Alt-Right, on Mac, it's Ctrl+[ and Ctrl+].

UPDATE: the Back/Forward mouse buttons now work, too. Although for some reason it doesn't work when the mouse pointer is over the nonclient area of the main window, i. e. over the title bar or the menu.

i must be blind - thank you ! :)