Skip to content

Commit

Permalink
Correct keymap.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenji-namba committed Oct 24, 2015
1 parent 2e0badc commit 46ae042
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Default (Linux).sublime-keymap
@@ -1,3 +1,3 @@
[
{ "keys": ["ctrl+shift+c"], "command": "convert_to_utf8", "args": {"encoding": "GBK", "stamp": "0" } }
{ "keys": ["ctrl+shift+d"], "command": "generate_naming" }
]
4 changes: 2 additions & 2 deletions Default (Windows).sublime-keymap
@@ -1,3 +1,3 @@
[
{ "keys": ["alt+shift+d"], "command": "generate_naming" }
]
{ "keys": ["ctrl+shift+d"], "command": "generate_naming" }
]

0 comments on commit 46ae042

Please sign in to comment.