Open dialog with keyoard shortcut
Currently you need to manually enable a keyboard shortcut to open BetterRef. In a future version this will be done automatically but I did not find an straight forward way to do this. So I deferred this task.
- Open the Visual Basic Editor ([ALT] + [F11])
- open "ThisDocument" for the Normal.dot
- Add the following code:
- Sub OpenBetterRef()
- '
- ' Makro: Open BetterRef
- '
- Set AddIn = Application.COMAddIns("BetterRef")
- Set automationObject = AddIn.Object
- automationObject.OpenBetterRefDialog
- End Sub
- save change
- close the Visual Basic Editor
- Go to Extra -> Customize (Anpassen) -> Keyboad (Tastatur)
- Select the previously added Marco and asign a shortcut (e.g. [ALT] + [R])
See the video: