Indicate suppress author from keyboard in Word plugin for 3.0
I apologize if this is answered elsewhere, but searched for an answer but couldn't find one.
Is there a way to either indicate in the QF bar to suppress author (similar to ":page" for page number) or to activate the panel in which the check box resides using the keyboard rather than the mouse?
If not, I would like to request this as a feature, as it would make inserting citations much quicker.
Thanks!
Tom
Is there a way to either indicate in the QF bar to suppress author (similar to ":page" for page number) or to activate the panel in which the check box resides using the keyboard rather than the mouse?
If not, I would like to request this as a feature, as it would make inserting citations much quicker.
Thanks!
Tom
Tom
;ZOTERO PLUGIN HOTKEYS
#IfWinActive, ahk_class MozillaDialogClass
;Suppress Author
$^+s::send, ^{down}{tab}{tab}{tab}{space}{enter}
#IfWinActive
Thanks!
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;ZOTERO PLUGIN HOTKEYS
#IfWinActive, Quick Format Citation
;Suppress Author
$^+s::send,
(
{Control down}{down}{Control up}{pause}{pause}{pause}{pause}{pause}{tab}{tab}{tab}{tab}{tab}{space}{pause}{pause}{pause}{enter}{pause}{pause}{enter}
)
#IfWinActive
Return
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
To make things even faster, you can assign the the very same shortcut you use for suppressing the author to adding/editing citations.
In word 2013 go to..
1.
File -> Options -> Customize the Ribbon -> (Keyboard Shortcuts:) Customize... ->
2.
Choose from Categories: Macros & from Commands ZoteroAddEditCitation.
3.
Place your cursor under "Press new shortcut key:" and press "ctrl"-"shift"-"s"
4.
Assign and close.
Now you can add/edit citations AND (un)suppress the author with the same keyboard shortcut. Very convenient.
Personally I prefer an even shorter combo, "ctrl"-"å" but you are going to need a scandinavian keyboard for that (you would have to write $^å instead of $^+s).