tvooo / sublime-grunt

Moved to https://github.com/sptndc/sublime-grunt
296 stars 35 forks source link

ESC key to close console should be configurable #82

Closed devjones closed 6 years ago

devjones commented 10 years ago

I use the vintage mode, where users press ESC quite a bit. If I accidentally press ESC one too many times, it closes the grunt console and there's no way I can see to bring it back. (Can the console be restored after an ESC key?)

I recommend having the user define the shortcut key to close the console. I also recommend someway to show/hide the console (didn't see this in the docs).

tvooo commented 10 years ago

This is the Sublime Text build console, and this plugin does not have anything to do with its behaviour. You can open the console by going to Tools -> Build Results -> Show Build Results. You can most certainly configure a shortcut for that; however, I don't know if you can change the behaviour of "Esc" accordingly =/

ncoquelet commented 10 years ago

+1 for Tools -> Build Results -> Show Build Results Thanks

asg-3d commented 10 years ago

You can most certainly configure a shortcut for that

For Windows: Default (Windows).sublime-keymap

[{
    "keys": ["ctrl+shift+o"],
    "command": "show_panel",
    "args": {
        "panel": "output.exec"
    },
    "caption": "Show Build Results"
}]