Skip to content

Commit 9aec714

Browse files
committed
🍎 yeah I get it, Apple, Unicode IS HARD!
1 parent ffa9f56 commit 9aec714

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Context.sublime-menu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"children":
77
[
88
{
9-
"caption": "Convert to script [gsm hsf/gdl]",
9+
"caption": "Convert to script [gsm –> hsf/gdl]",
1010
"command": "hsf_build"
1111
},
1212
{
13-
"caption": "Build GSM from HSF [hsf/gdl gsm]",
13+
"caption": "Build GSM from HSF [hsf/gdl –> gsm]",
1414
"command": "libpart_build"
1515
}
1616
]

Default.sublime-keymap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
2-
// Convert to script (gsm hsf/gdl)
2+
// Convert to script (gsm -> hsf/gdl)
33
{ "keys": ["ctrl+shift+h"], "command": "hsf_build" },
4-
// Build GSM from HSF (hsf/gdl gsm)
4+
// Build GSM from HSF (hsf/gdl -> gsm)
55
{ "keys": ["ctrl+shift+alt+g"], "command": "libpart_build", "context":[{"key":"selector", "operator":"equal", "operand":"source.gdl"}] },
66
]

Main.sublime-menu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"children":
1313
[
1414
{
15-
"caption": "Convert to script [gsm hsf/gdl]",
15+
"caption": "Convert to script [gsm –> hsf/gdl]",
1616
"command": "hsf_build",
1717
"mnemonic": "h",
1818
},
1919
{
20-
"caption": "Build GSM from HSF [hsf/gdl gsm]",
20+
"caption": "Build GSM from HSF [hsf/gdl –> gsm]",
2121
"command": "libpart_build",
2222
"mnemonic": "g",
2323
}

0 commit comments

Comments
 (0)