Skip to content

Commit

Permalink
🍎 yeah I get it, Apple, Unicode IS HARD!
Browse files Browse the repository at this point in the history
  • Loading branch information
runxel committed Jun 8, 2019
1 parent ffa9f56 commit 9aec714
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Context.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"children":
[
{
"caption": "Convert to script [gsm hsf/gdl]",
"caption": "Convert to script [gsm –> hsf/gdl]",
"command": "hsf_build"
},
{
"caption": "Build GSM from HSF [hsf/gdl gsm]",
"caption": "Build GSM from HSF [hsf/gdl –> gsm]",
"command": "libpart_build"
}
]
Expand Down
4 changes: 2 additions & 2 deletions Default.sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
// Convert to script (gsm hsf/gdl)
// Convert to script (gsm -> hsf/gdl)
{ "keys": ["ctrl+shift+h"], "command": "hsf_build" },
// Build GSM from HSF (hsf/gdl gsm)
// Build GSM from HSF (hsf/gdl -> gsm)
{ "keys": ["ctrl+shift+alt+g"], "command": "libpart_build", "context":[{"key":"selector", "operator":"equal", "operand":"source.gdl"}] },
]
4 changes: 2 additions & 2 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"children":
[
{
"caption": "Convert to script [gsm hsf/gdl]",
"caption": "Convert to script [gsm –> hsf/gdl]",
"command": "hsf_build",
"mnemonic": "h",
},
{
"caption": "Build GSM from HSF [hsf/gdl gsm]",
"caption": "Build GSM from HSF [hsf/gdl –> gsm]",
"command": "libpart_build",
"mnemonic": "g",
}
Expand Down

0 comments on commit 9aec714

Please sign in to comment.