Hi Tom,
If you want to assign shortcuts involving more than one key, you can use
BuildKeyCode:
Application.CustomizationContext = ActiveDocument
Application.KeyBindings.Add _
KeyCategory:=wdKeyCategoryMacro, _
Command:="Interviewer", _
KeyCode:=BuildKeyCode(wdKeyShift, wdKeyF1)
Regards,
Klaus