acarabott / supercollider-sublime

Sublime Text 3 Package for SuperCollider
MIT License
17 stars 4 forks source link

User Key Binding Not working #6

Closed jd-m closed 6 years ago

jd-m commented 7 years ago

Hi, Firstly, thanks for the great package, secondly when I try to set my own key mapping it does not seem to work. Might you know why? I put this in the User SuperCollider.sublime-keymap

{
        "command": "super_collider_open_post_view",
        "keys":    ["ctrl+w","ctrl+w"],
        "context": [{
            "key":      "selector",
            "operator": "equal",
            "operand":  "source.supercollider"
        }]
    }

Thanks

acarabott commented 6 years ago

In case this is still an issue, a new version has been released. Once it's updated in package control this should be much simpler, just select Key Bindings from Preferences/Package Settings/Supercollider and copy from the original.