The Wayback Machine - https://web.archive.org/web/20201013095008/https://github.com/topics/shortcuts
Skip to content
#

shortcuts

Here are 352 public repositories matching this topic...

joshfarrant
joshfarrant commented Dec 4, 2018

#16 added support for an optional options parameter to the buildShortcut function.

Currently, the supported options are:

buildShortcut([], {
  icon: {
    color: COLORS.LIGHT_BLUE // Or any color specified in src/meta/colors.ts
    glyph: GLYPHS.E9AE // Or any glyph specified in src/meta/glyphs.ts
  },
});

Currently, this functionality isn't documented anywhere. It wo

Improve this page

Add a description, image, and links to the shortcuts topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the shortcuts topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.