[Feat. Req.] Zotero 7: How to change Zotero's window title to "Zotero" and not "PDF_NAME - Zotero" ?

edited August 27, 2024
In order to make Zotero compatible with some AHK scripts, I need to have the title of Zotero's window to be a constant (e.g. : "Zotero").

Is such thing possible ?

Thank you very much.
  • edited August 27, 2024
    Anyone, please ?
  • edited August 27, 2024
    No, sorry. (I would think any decent tool would be able to match on a substring of the window title.)
  • edited August 27, 2024
    @dstillman : Thank you for your reply.

    To anyone it may help with AHK, make sure you use what follows at the beginning of your script :

    SetTitleMatchMode, 2

    According to documentation (https://www.autohotkey.com/docs/v1/lib/SetTitleMatchMode.htm), this allows : " A window's title can contain WinTitle anywhere inside it to be a match."

    Of course, another workaround is to be found if more than 1 window contain occurence of desired "WinTitle".

    Hence a constant or customizable window title would be very convenient.

Sign In or Register to comment.