farcaller / DashDoc

Dash integration for Sublime Text
Apache License 2.0
1.33k stars 78 forks source link

Provide a better option for default dash hotkey #29

Closed farcaller closed 7 years ago

farcaller commented 10 years ago

Tracking bug for issue in #28.

jacobsvante commented 10 years ago

A Cmd key combination would be nice as a default. Ctrl is just weird to press.

CodeBrauer commented 10 years ago

@jmagnusson But find a unused CMD+?? shortcut in ST3 - it's not really easy ;)

jacobsvante commented 10 years ago

What about CMD+Shift+???

CodeBrauer commented 10 years ago

There should be definitely one ^

ernestyao commented 9 years ago

I hope to change the default key map or let user setting replace default one would be much helpful. Ctrl+H is DEL in OS X. When I don't want to move to Delete key(mostly in HHKB keyboard), I switch to this combination and got confused in dashdoc.

kylestev commented 9 years ago

cmd + `` is what I use. The upward-left movement isn't completely ideal, but it feels more natural thanctrl+h`

ernestyao commented 9 years ago

But how could I configure the plugin to ignore ctrl+h ?

kylestev commented 9 years ago

Huh. You have a good point -- pressing ctrl + h after defining a key binding in user settings for the package still results in opening dash... That's odd. On Jan 17, 2015 6:43 PM, "ernestyao" notifications@github.com wrote:

But how could I configure the plugin to ignore ctrl+h ?

— Reply to this email directly or view it on GitHub https://github.com/farcaller/DashDoc/issues/29#issuecomment-70394247.

orcinus commented 9 years ago

I'm a little confused here. Isn't Ctrl+H on Macs a left delete?

How do i invoke DashDoc at all? Am i missing something?

zhaozechou commented 8 years ago
{
    "button": "button1", 
    "count": 1, 
    "modifiers": ["alt"],
    "press_command": "drag_select",
    "command": "dash_doc"
}

this will be consistent with XCode

deathaxe commented 8 years ago

The keybinding ctrl+h is used to open the replace panel by the default.sublime-package. You must not overwrite default key bindings, if you don't intend to replace a default function by a better one.

farcaller commented 7 years ago

This is fixed in 2.0 now.