From 863f13d3cf820cc34e79cb5d5dbc7456710f012e Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 2 May 2015 09:30:25 +0100 Subject: [PATCH] Autocomplete is now on keypress by default --- lib/config___users-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config___users-template.php b/lib/config___users-template.php index d20d8d5..3d7a78e 100644 --- a/lib/config___users-template.php +++ b/lib/config___users-template.php @@ -14,7 +14,7 @@ $ICEcoderUserSettings = array( "visibleTabs" => false, "lockedNav" => true, "tagWrapperCommand" => "ctrl+alt", -"autoComplete" => "ctrl+space", +"autoComplete" => "keypress", "password" => "", "bannedFiles" => array(), "bannedPaths" => array("/var/www/.git","/var/www/sites/all/modules","/var/www/sites/default/files"),