gcollazo / BrowserRefresh-Sublime

This plugin will switch from ST2 and ST3 to Google Chrome, Google Chrome Canary, Safari, Firefox or Opera and reload the active tab
http://gcollazo.github.com/BrowserRefresh-Sublime
565 stars 62 forks source link

Can't change keybinding #54

Closed renodesper closed 10 years ago

renodesper commented 10 years ago

I'm using emmet and it has a keybinding conflict with BrowserRefresh in Preferences > Key Bindings - User. I already tried changing the keybinding into "command+shift+x" but FindKeyConflict still show me "command+shift+r".

renodesper commented 10 years ago

I'm using vim now so I will close this issue.

michael-wise commented 8 years ago

I changed the binding in Preferences -> Key Bindings -> User to avoid conflict with Emmet's 'change value for all vendor prefixes.' Ctrl+Shift+R still activates BrowserRefresh. It would be helpful to have a note in Readme to save time if this is a known issue.

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