ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

how to best keep track of your ebook page numbers

<< < (2/2)

brotherS:
Update  8)

I 'fixed' an annoying 'bug' in Foxit Reader, posting my AutoHotkey solution here in case others might want to use it too:


;2009-03
;make the space key work the same way in Foxit Reader as in Adobe Acrobat (and not "jump to next page")
$Space::
SetTitleMatchMode, 1
IfWinActive, ahk_class classFoxitReader
  Send {PgDn}
else
  Send {Space}
return

brotherS:
Haaa, and it gets better! :D

Foxit Reader -> Preferences -> General -> History -> Restore last view settings when reopening

Remembers the last position without having to create bookmarks. :Thmbsup:

siouxdax:
Haaa, and it gets better! :D

Foxit Reader -> Preferences -> General -> History -> Restore last view settings when reopening
-brotherS (March 23, 2009, 06:49 AM)
--- End quote ---

That feature is also available in Acrobat 8, but then I have the pro version. I also use 'stamps' to go to where I left off.

Navigation

[0] Message Index

[*] Previous page

Go to full version