I am trying to set up an App Script add on for Google Sheets.
What I am hoping to do is allow the user to be in Google Sheets (with the focus on the current cell or selection of cells). Whenever the user hits "alt", it would either allow a prompt or dialog box to open up with text input. The user can then enter a short String, which would be a command that would get executed in Appscript based on what the command is. (akin to Excel hot keys).
Is there a way to do this in App Script today?
I have tried several links below but struggling to figure out how to do this.
I would ideally not have the user have to use the mouse for anything if possible (e.g., clicking on a dialog box).