Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add keyboard navigation minor mode #39

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
ef918a1
Add keyboard navigation minor mode
orgtre Aug 17, 2021
ee24789
Use pdf-view-midnight-colors as cursor rather than pdf-keynav-cursor
c1-g Aug 20, 2021
cf97043
Merge pull request #1 from c1-g/cursor
orgtre Aug 21, 2021
1f6844c
Add commands to create text annotations in the margins
orgtre Aug 21, 2021
44747ed
Fix custom group and types
andersjohansson Nov 29, 2021
7fae3da
Cleanup unused variables etc.
andersjohansson Nov 29, 2021
b2d8be6
Fix errors if some pdf libraries are not loaded
andersjohansson Nov 29, 2021
d26848f
Merge branch 'vedang:master' into master
orgtre Nov 30, 2021
bbce738
Merge pull request #2 from andersjohansson/keynav-fixes
orgtre Nov 30, 2021
c011fb8
Fix disabling of pdf-keynav-mode when pdf-sync is not loaded
andersjohansson Dec 6, 2021
13f5c0e
Merge pull request #3 from andersjohansson/fix-pdf-sync
orgtre Dec 23, 2021
29fb693
Merge branch 'master' into master
orgtre Jul 7, 2022
2f42e4d
Preliminary support for using the mouse pointer as cursor.
orgtre Jul 8, 2022
932582b
Usable support for using the mouse pointer as cursor.
orgtre Jul 8, 2022
6ff838e
Move pointer hiding into `pdf-keynav-minor-mode`.
orgtre Jul 8, 2022
f75d4b1
Fix error when a page contains no characters at all.
orgtre Jul 8, 2022
a4738b8
Exact positioning of pointer when it acts as cursor.
orgtre Jul 8, 2022
131b923
Make sure old cursor is hidden when `pdf-keynav-toggle-display-pointe…
orgtre Jul 8, 2022
1298ea4
Add an option to set point from pointer before commands run
orgtre Jul 8, 2022
5f0cfa2
Move pointer-as-cursor setup into its own minor mode
orgtre Jul 9, 2022
9ea2522
Don't start with pointer-as-cursor because of frame parameters bug
orgtre Jul 9, 2022
becd9bf
Update preamble
orgtre Jul 9, 2022
87cb5dc
Fix so that pointer is displayed, when necessary, after editing annot…
orgtre Jul 10, 2022
247cb5b
Fix minor bug when deactivating pdf-keynav-minor-mode
orgtre Jul 10, 2022
d448422
Make pointer follow `pdf-isearch-current-match`
orgtre Jul 10, 2022
151d755
Handle case where pointer outside window when setting point from pointer
orgtre Jul 10, 2022
94e9318
Refix minor bug when deactivating pdf-keynav-minor-mode
orgtre Jul 10, 2022
d3c134f
Merge branch 'master' into master
orgtre Jul 28, 2022
dd70d2a
Merge branch 'vedang:master' into master
orgtre Sep 19, 2022
e9a4fb4
Merge branch 'vedang:master' into master
orgtre Nov 20, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
[[https://stable.melpa.org/#/pdf-tools][http://stable.melpa.org/packages/pdf-tools-badge.svg]]
[[https://melpa.org/#/pdf-tools][http://melpa.org/packages/pdf-tools-badge.svg]] [[https://ci.appveyor.com/project/vedang/pdf-tools][https://ci.appveyor.com/api/projects/status/yqic2san0wi7o5v8/branch/master?svg=true]]

=======
The ~pdf-tools~ Wiki is maintained at https://pdftools.wiki. Head to the site if you find it easier to navigate a website for reading a manual. All the topics on the site are listed at https://pdftools.wiki/impulse.

* About PDF Tools
Expand Down
Loading