Skip to content

Commit 949fa41

Browse files
committed
Add a shortcut for GBK converting
1 parent 31885c3 commit 949fa41

3 files changed

+9
-0
lines changed

Default (Linux).sublime-keymap

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[
2+
{ "keys": ["ctrl+shift+c"], "command": "convert_to_utf8", "args": {"encoding": "GBK", "stamp": "0" } }
3+
]

Default (OSX).sublime-keymap

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[
2+
{ "keys": ["super+shift+c"], "command": "convert_to_utf8", "args": {"encoding": "GBK", "stamp": "0" } }
3+
]

Default (Windows).sublime-keymap

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[
2+
{ "keys": ["ctrl+shift+c"], "command": "convert_to_utf8", "args": {"encoding": "GBK", "stamp": "0" } }
3+
]

0 commit comments

Comments
 (0)