Bug 417821 - Jump Stack
Summary: Jump Stack
Status: RESOLVED WORKSFORME
Alias: None
Product: okular
Classification: Applications
Component: PDF backend (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR wishlist
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-18 10:50 UTC by Kwon-Young Choi
Modified: 2020-02-19 00:21 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
PDF scientific paper containing clickable citation and a bibliography at the end of the document (2.39 MB, application/pdf)
2020-02-18 10:50 UTC, Kwon-Young Choi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kwon-Young Choi 2020-02-18 10:50:02 UTC
Created attachment 126120 [details]
PDF scientific paper containing clickable citation and a bibliography at the end of the document

SUMMARY

Hello,

This is a feature request based on my daily usage of okular to view scientific papers.
Scientific papers have a lots citation which you can actually click and okular will jump to the corresponding citation usually at the end of the document.

The big frustration is when you are in the middle of reading a big paper, you click on a citation, which brings you at the end of the document.
However, you can't easily backtrack to the place you were earlier in order to continue to read the paper.

I actually would like to help to develop such a feature (I already know a little bit of c++ and Qt but never did anything with kde apart from a little of kirigami)

Thank you for your help.

STEPS TO REPRODUCE
1. Open a scientific paper with clickable citations (see attachment)
2. Click on a citation (this brings you to the end of the document)
3. (Not possible yet) Jump back where you were before clicking on the citation

OBSERVED RESULT

Not possible to jump back after clicking on a citation.

EXPECTED RESULT

Ability to jump back after clicking on a citation

ADDITIONAL INFORMATION

Thank you all for your awesome work!
Comment 1 Oliver Sander 2020-02-18 10:52:52 UTC
Please try shift+alt+left, that works for me.
Comment 2 Kwon-Young Choi 2020-02-18 11:05:46 UTC
Ok, this works!

So, before filing this bug, I actually went and search for something in the "Configure Keyboard Shortcuts" menu under "Settings".
And I saw the "Alt+Shift+Left" and "Alt+Shift+Right" shortcut for the "Back" and "Forward" action.
But I confused them with the "Previous Page" and "Next Page" and did not try them myself.

Thank you for your help!