Skip to content

Instantly share code, notes, and snippets.

@javan
Created November 17, 2016 16:46
Show Gist options
  • Select an option

  • Save javan/5bbc8976840f6963dad7dd7faa15fae7 to your computer and use it in GitHub Desktop.

Select an option

Save javan/5bbc8976840f6963dad7dd7faa15fae7 to your computer and use it in GitHub Desktop.
Trix Keyboard Shortcuts
[...document.querySelectorAll("trix-toolbar [data-trix-key]")].map(e => `${e.title}: command+${e.dataset.trixKey}`).join("\n")
Bold: command+b
Italic: command+i
Link: command+k
Undo: command+z
Redo: command+shift+z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment