Skip to content
#

shortcuts

Here are 315 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

readeral
readeral commented Jan 13, 2020

Dash is great for looking up what you need when you know the syntax keyword but can't remember it's specifics, but it's also great for helping with code review/tutorials/contributing to existing code to be able to search up a syntax term you don't know.

It would be great to have this option built into the vscode touchbar - so I've created a pull request to that end https://github.com/NascHQ/nas

long-nguyenxuan
long-nguyenxuan commented Dec 30, 2019

How could I set my own shortcut, eg: ctrl+5 for md-shortcut.toggleStrikethrough? (derive from Excel)
I think there should be some shortcut:

Name Description Default key binding
md-shortcut.toggleStrikethrough Make strikethrough Ctrl+5 (excel)
md-shortcut.toggleTitleH1 Toggle # H1 title Ctrl+Alt+1 (word)
md-shortcut.toggleTitleH

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.