-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome not opening on using combination Ctrl+Shift+R (windows) #87
Comments
Same here, just installed today and same issue. |
I'm on Windows 10, Sublime Text 3. No problems here. { |
it works only on sublime Text3 |
I'm on ST3 still having the issue |
Weird -- changed to [ from [ (delay to 0.5) and it works. |
Hi,
I just downloaded Browser Refresh on Sublime Text 2 and it's not working when I have a doc open in Chrome. When I press command+shift+r (i am on windows so i use Ctrl+Shift+R ) it saves the file but does not switch to Chrome and refresh. Am using Chrome version
Any suggestions?
My current config is
{
"keys": ["command+shift+r"], "command": "browser_refresh", "args": {
"auto_save": true,
"delay": 0.5,
"activate": true,
"browsers" : ["chrome"]
}
}
]
The text was updated successfully, but these errors were encountered: