From c6f206082e7a23b62d894b0ad8888c9e7c4b0c8a Mon Sep 17 00:00:00 2001 From: Damien GERARD Date: Sat, 11 Jul 2015 11:43:20 +0200 Subject: [PATCH] User defined commands: using https instead of http for search engines --- PowerEditor/src/shortcuts.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerEditor/src/shortcuts.xml b/PowerEditor/src/shortcuts.xml index c28b9465..4d05cde5 100644 --- a/PowerEditor/src/shortcuts.xml +++ b/PowerEditor/src/shortcuts.xml @@ -12,8 +12,8 @@ chrome "$(FULL_CURRENT_PATH)" safari "$(FULL_CURRENT_PATH)" http://www.php.net/%20$(CURRENT_WORD) - http://www.google.com/search?q=$(CURRENT_WORD) - http://en.wikipedia.org/wiki/Special:Search?search=$(CURRENT_WORD) + https://www.google.com/search?q=$(CURRENT_WORD) + https://en.wikipedia.org/wiki/Special:Search?search=$(CURRENT_WORD) $(NPP_DIRECTORY)\notepad++.exe $(CURRENT_WORD) $(NPP_DIRECTORY)\notepad++.exe $(CURRENT_WORD) -nosession -multiInst outlook /a "$(FULL_CURRENT_PATH)"