fix(pagestream): use plain j/k for nav via pubsub, fix page flash
Replace Cmd+J/K global shortcuts (which require modifiers) with pubsub-
based key forwarding. Page host's document keydown listener forwards
j/k/g/G/arrows to pagestream:nav when webview is not focused.
Fix page flash on navigation by keeping webview visible (.ready class)
during subsequent loads instead of resetting opacity each time.