Skip to content

Commit

Permalink
Added initial section about auto-complete
Browse files Browse the repository at this point in the history
  • Loading branch information
Gigi Sayfan committed Mar 12, 2015
1 parent 9d0c85b commit ee744d4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------------

Expand Down

0 comments on commit ee744d4

Please sign in to comment.