kidwm / brackets-response

Responsive design tool for Brackets
49 stars 7 forks source link

Quick edit (Ctrl+E) not working on Linux with Brackets sprint 0.44 #17

Open jsanta opened 9 years ago

jsanta commented 9 years ago

Hi. Great work you've done with this plugin.I'm trying it and found that the Quick edit keyboard shortcut is not working on Linux when response mode is open. In standard mode it works as expected, but doesn't show the option to choose between the added breakpoints.

Is there a way to remap this shortcut in response mode? Just checked the preferences file for the key remapper plugin and I can only remap:

       "response.launch": {
            "commandID": "response.launch",
            "key": "Ctrl-2"
        },
        "response.inspect": {
            "commandID": "response.inspect",
            "key": "Ctrl-1"
        },

I suppose something like response.quickedit would be enough, but don't know how to tweak it myself. Hope you can help. Best regards from Chile.

kidwm commented 9 years ago

Sorry, I didn't get your idea.

If you want the original Quick Edit function, you must exit response mode.

jsanta commented 9 years ago

Ctrl+E not working in response mode. I was asking if there's a way to remap response mode's Ctrl+E to another shortcut. In that way standard Ctrl+E (which is working) wouldn't collide with response mode's Ctrl+E.

Hope I made myself clear this time.

kidwm commented 9 years ago

okay, there is no way to remap response mode to another shortcut. But I think I can offer another shortcut to toggle or suppress this function, that would achieve the effect what you want.

jsanta commented 9 years ago

Thanks that would be nice :)

ikbenben commented 9 years ago

this should be working now in the original repository. the extension is called "Response for Brackets - original" in the extension manager. Install that instead of the one uploaded by kidwm