Change focus mechanism for DocPopups
commite10ed52a67c6c4aedfaf053d08f072dfcabcbcbe
authorRobert Schroll <rschroll@gmail.com>
Mon, 24 Oct 2011 02:37:30 +0000 (23 22:37 -0400)
committerOwen W. Taylor <otaylor@fishsoup.net>
Sat, 10 Mar 2012 21:30:30 +0000 (10 16:30 -0500)
treeeb56809309dcd9cb4c0487efbc24879c0de16186
parentd1c96b0dd56f562871086d0227f674ac7196669a
Change focus mechanism for DocPopups

When focused, DocPopups now only capture PageUp, PageDown, Up, Down,
Ctrl+Home, and Ctrl+End events, using them for scrolling.  The rest
get passed back to the ShellView, so you can type while looking
through the docs.  DocPopups opened from the completion menu now open
in this focused mode.

https://bugzilla.gnome.org/show_bug.cgi?id=660329
lib/reinteract/completion_popup.py
lib/reinteract/doc_popup.py
lib/reinteract/shell_view.py