BrowserRefresh-Sublime icon indicating copy to clipboard operation
BrowserRefresh-Sublime copied to clipboard

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

Open itaditya opened this issue 10 years ago • 5 comments

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

itaditya avatar Feb 11 '16 10:02 itaditya

Same here, just installed today and same issue.

jamesscaggs avatar Feb 27 '16 14:02 jamesscaggs

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

urbgimtam avatar Mar 20 '16 12:03 urbgimtam

it works only on sublime Text3

baherdev avatar Mar 22 '16 17:03 baherdev

I'm on ST3 still having the issue

kailynbebee avatar Apr 10 '19 20:04 kailynbebee

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.

kailynbebee avatar Apr 10 '19 20:04 kailynbebee