Martin broke key bindings in patch views in commit 34646869 when
he enabled them too soon. The keys were inserted into the global
map (thus binding them to the new widgets) before the widgets were
actually put into the DOM and made the active display.
Change-Id: Ia8a41003e6a6618ad03bb0395e3dc5e743400adc
Signed-off-by: Shawn O. Pearce <sop@google.com>
CC: Martin Fick <mfick@codeaurora.org>