Skip to content
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

Open
itaditya opened this issue Feb 11, 2016 · 5 comments
Open

Chrome not opening on using combination Ctrl+Shift+R (windows) #87

itaditya opened this issue Feb 11, 2016 · 5 comments

Comments

@itaditya
Copy link

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"]
}
}
]

@jamesscaggs
Copy link

Same here, just installed today and same issue.

@urbgimtam
Copy link

I'm on Windows 10, Sublime Text 3. No problems here.

{
"keys": ["ctrl+shift+r"], "command": "browser_refresh", "args": {
"auto_save": true,
"delay": 0.5,
"activate": true,
"browsers" : ["chrome"]
}
}

@baherdev
Copy link

it works only on sublime Text3

@kailynnelson
Copy link

I'm on ST3 still having the issue

@kailynnelson
Copy link

Weird -- changed to

[
{
"keys": ["ctrl+shift+r"], "command": "browser_refresh", "args": {
"auto_save": true,
"delay": 0.5,
"activate": true,
"browsers" : ["chrome"]
}
}
]

from

[
{
"keys": ["ctrl+shift+r"], "command": "browser_refresh", "args": {
"auto_save": true,
"delay": 0.0,
"activate": true,
"browsers" : ["chrome"]
}
}
]

(delay to 0.5) and it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants