Perspective Dropdown Enter/Tab to select

Hi @MattEbert94 welcome to the community.

You can use .focus() for requesting a components focus. See here: Perspective Request Focus in Window - #3 by cmallonee

You might have to add some scripting to do some actions based on Enter or Tab, and then you can .focus() in your script to achieve your goal.