[GIS] QGIS hotkey assign: “select next feature and zoom to feature”

attribute-tablepyqgisqgisshortcutszoom

I have a dataset with 2000+ feature based on addresses. I need to zoom to each point individually and move them a little (no consistent shift so no other way to do it).

Selecting the next feature in the attribute table and hitting the "zoom to selected" is a bit tidious. Is there a way (or python script) to assign a hotkey which automatically selects and zooms to next feature?

Best Answer

In QGIS 3.10 you can now setup a keyboard shortcut to Edit previous/next feature in attribute table. In my system it is set to Ctrl+Alt+[ and Ctrl+Alt+] respectively by default.

See also this answer to a very similar question for how to do the same using the graphical interface.

Related Question