brackets-response icon indicating copy to clipboard operation
brackets-response copied to clipboard

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

Open jsanta opened this issue 10 years ago • 5 comments

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.

jsanta avatar Oct 29 '14 14:10 jsanta

Sorry, I didn't get your idea.

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

kidwm avatar Nov 09 '14 07:11 kidwm

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.

jsanta avatar Nov 09 '14 13:11 jsanta

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.

kidwm avatar Nov 18 '14 07:11 kidwm

Thanks that would be nice :)

jsanta avatar Nov 21 '14 21:11 jsanta

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

ikbenben avatar Dec 05 '14 13:12 ikbenben