Preview Panel Open/Close Shortcut

Is there no way to set a shortcut to open and close the preview panel at the bottom rather than having to click on the EYE? I would find this super useful. Opening an independent preview panel is not as functional.

You can run this script :


Font.currentTab.previewHeight = 0 if Font.currentTab.previewHeight != 0 else 200

Thank you Hugo!