I'm trying to change the color of all my tables in a google document using https://script.google.com. Looking at the Google documentation (https://developers.google.com/apps-script/reference/document/table-cell#setbackgroundcolorcolor), I found the setbackgroundcolor (color) method.
Another question, can I use the keyboard to execute the created functions ?.