How to create custom keyboard shortcuts for google app script functions?

后端 未结 9 1566
灰色年华
灰色年华 2020-12-04 12:10

I\'m trying to get a sense of the viability of replacing some of my Microsoft Excel spreadsheets with Google Doc Spreadsheets. How can I create a custom keyboard shortcut t

9条回答
  •  粉色の甜心
    2020-12-04 12:50

    Just updating, it is now possible the workaround that The Guy mentioned, trough IFRAME, you can create a sidebar, a STUB just to enter keyboard commands, treat them with jquery, and run the apropriate function, been using this already.

提交回复
热议问题