When using BibTeX I usually need to fix broken capitalization by surrounding words with brackets (as answered in BibTeX loses capitals when creating .bbl file).
I also use this to fix some issues with author names containing hyphens when writing my .bib file. (Somehow related: How to correctly typeset an author's two-word last name in BibTeX?)
Is there a keyboard shortcut on TeXstudio that surrounds a selected word with brackets? If not, how can I do it with a macro?
Edit: I've been usingTeXstudio to edit the .bib file, but it can probably be done with another editor such as Notepad++.