[包含]188BET靠谱吗Req.] Zotero 7: How to change Zotero's window title to "Zotero" and not "PDF_NAME - Zotero" ?
188BET靠谱吗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.188BET靠谱吗: "Zotero").
Is such thing possible ?
Thank you very much.
Is such thing possible ?
Thank you very much.
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.