Created
September 24, 2015 09:32
-
-
Save yisibl/2bbde8d781351da12cf4 to your computer and use it in GitHub Desktop.
Option + Backquote(`) 映射为 Markdown 代码格式 (```\n```)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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