Foxboron / ClojureDoc-Search

Sublime Text Plugin to browse clojuredocs
2 stars 2 forks source link

Wrong keymap for OSX (and possibly for Linux and Windows) #1

Closed GorgeRonde closed 11 years ago

GorgeRonde commented 11 years ago

The original keymap is

[
    { "keys": ["cmd+shift+c"], "command": "goto_selection"}
]

and needs to be

[
    { "keys": ["super+shift+c"], "command": "goto_selection"}
]

in order to work on OSX

I suppose sublimetext (version 2) uses super as a "meta-form" for both ctrl and cmd LinuxOrWindowsOrOSX-wise. So maybe one default keymap file is enough.

Foxboron commented 11 years ago

omgomgomgomogm! First time someone added an issue on one of my repos! Yay!

I'll be fixing it asap ^^

Foxboron commented 11 years ago

Fixed with: 049f872e62