Quote:
Originally Posted by kovidgoyal
Actually I dont think I did add a shortcut for quit, will add one for next release.
|
I came here to report that I couldn't figure out how to add in Ctrl-Q/quit shortcuts, but you're way ahead of me there. Thanks!
One other thing: hyperlinks to particular IDs within files seem broken (both for regular links and Table of Contents links). This means in bigger documents, the TOC is only navigating me to the general file referenced and not the specific location in the file.
That is, in a setup like this:
Code:
<a href="../Text/SomeFile.xhtml#GoHere">Go to Location</a>
... [Many lines of text]
<h4 id="GoHere">Here's a Location</h4>
clicking on "Go to Location" takes me to the top of SomeFile.xhtml, not to the "Here's a Location" header.
These are books that worked fine in 3.x (and work on my various ebook readers, Moon+, etc), FWIW.