From b3068110a8f32b329ae37ce5c9f25ba91a839b61 Mon Sep 17 00:00:00 2001 From: Humza Bhakhrani Date: Tue, 3 Jul 2018 22:42:03 -0700 Subject: [PATCH] Remove prompt to manually add keyboard shortbut The plugin comes with default keybindings set already and asks the user to add the same shortcut in the user settings. --- messages/install.txt | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/messages/install.txt b/messages/install.txt index 5c49de7..84d540b 100644 --- a/messages/install.txt +++ b/messages/install.txt @@ -17,22 +17,6 @@ ______ __ _ Thanks for installing Browser Refresh! -* * Important * * -To complete the installation make sure you add the necessary key bindings. -Go to "Preferences" > "Package Settings" > "Browser Refresh" > "Key Bindings - User" -in the menu and add the following: - -[ - { - "keys": ["super+shift+r"], "command": "browser_refresh", "args": { - "auto_save": true, - "delay": 0.0, - "activate": true, - "browsers" : ["chrome"] - } - } -] - For complete documentation please visit: https://github.com/gcollazo/BrowserRefresh-Sublime