Skip to content

Instantly share code, notes, and snippets.

@yisibl
Created September 24, 2015 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yisibl/2bbde8d781351da12cf4 to your computer and use it in GitHub Desktop.
Save yisibl/2bbde8d781351da12cf4 to your computer and use it in GitHub Desktop.
Option + Backquote(`) 映射为 Markdown 代码格式 (```\n```)
<?xml version="1.0" ?>
<root>
<item>
<name>Option + Backquote(`) 映射为 Markdown 代码格式 (```\n```)</name>
<appendix>Option + Backquote To Markdown Code Format(```\n```)</appendix>
<identifier>remap.Backquote2MarkdownCodeFormat</identifier>
<autogen>
__KeyToKey__ KeyCode::BACKQUOTE, ModifierFlag::OPTION_L,
KeyCode::BACKQUOTE, KeyCode::BACKQUOTE, KeyCode::BACKQUOTE, KeyCode::ENTER,
KeyCode::BACKQUOTE, KeyCode::BACKQUOTE, KeyCode::BACKQUOTE,
KeyCode::CURSOR_UP
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment