From cee91cc2d30a072b5d200f551c992748aeda6ab6 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Tue, 17 Sep 2013 09:09:43 +0100 Subject: [PATCH] AutoComplete setting added ctrl+space default (can also be keypress) --- lib/config___users-template.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config___users-template.php b/lib/config___users-template.php index acdbd1c..24be5d8 100644 --- a/lib/config___users-template.php +++ b/lib/config___users-template.php @@ -9,6 +9,7 @@ $ICEcoderUserSettings = array( "visibleTabs" => false, "lockedNav" => true, "tagWrapperCommand" => "ctrl+alt", +"autoComplete" => "ctrl+space", "password" => "", "bannedFiles" => array("_coder","ICEcoder"), "bannedPaths" => array("/var/www/.git","/var/www/sites/all/modules","/var/www/sites/default/files"),