From ee744d40a438af90e365c1fc5b186db1f6cb17b2 Mon Sep 17 00:00:00 2001 From: Gigi Sayfan Date: Thu, 12 Mar 2015 00:37:44 -0700 Subject: [PATCH] Added initial section about auto-complete --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index f2db2d96..489d7a3b 100644 --- a/README.rst +++ b/README.rst @@ -24,6 +24,17 @@ Table of Contents :backlinks: none :local: +The "g" key is pressed +---------------------- +The following sections explains all about the physical keyboard and the OS interrupts. +But, a whole lot happens before that. When you just press "g" the +browser receives the event and the entire auto-complete machinery kicks into high gear. +Depending on your browser's algorithm and if you are in private/incognito mode or not +various suggestions will be presented to you in the dropbox below the URL bar. Some +browsers like Rockmelt R.I.P even suggested your Facebook friends. You are going to +type "google.com" so none of it matters, but a lot of code will run before you get +there and the suggestions will be refined with each key press. + The "enter" key bottoms out ---------------------------