| Age | Commit message (Collapse) | Author | 
 | 
 | 
 | 
Previously, key event parsing was embedded in the normal-mode key
handlers.  Here, we move it to a new function (getKeyCharString) in
KeyboardUtils so that it can also be used from elsewhere... In
particular for detecting the pass-next-key key in insertmode.
 | 
 | 
See #1906.
It is not obvious that this is in fact correct.  In particular, it's not
clear how `Ctrl-[` should work on Mac keyboards.
 | 
 | 
Conflicts:
	background_scripts/main.coffee
	content_scripts/vimium_frontend.coffee
	lib/keyboard_utils.coffee
 | 
 | 
 | 
 | 
 | 
 | 
- Better abstraction.
- Add HUD message on yank.
- Require initial selection for visual mode.
- Try to start with a visible selection.
- Scroll the active end of the selection into view (with smooth
  scrolling, if enabled).
 | 
 | 
 | 
 | 
 | 
 | 
 |