In my #Inkscape I've remapped the "edit text" command to F2, since I use that to edit spreadsheet cells since the age of Quattro Pro.
I was playing around trying to make a duplicate object cleanup utility for #inkscape. In Corel Draw, I have a VBA that can select or delete duplicate objects, but due to how Inkscape extensions work, it's not really possible to have the same functionality without complicated and unreliable hacks.
Inkscape extensions manipulate the SVG file outside of the GUI, so while it's possible to select duplicate objects within the extension, it cannot pass the selection back to the GUI - in other words, if I wanted something like "select all objects like the currently selected one" it won't work. What you can do is manipulate the file by deleting or naming the objects, which is what my kind of abortive attempt at making a useful duplicate finder does.
