diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-01-24 15:28:35 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-01-24 15:30:26 +0200 |
commit | b1813bc5b1a2fb68853c59c2576833435762c2ec (patch) | |
tree | fca54e8b00faddef785d9d364b8458fa77bb03d7 /res/about/version.gmi | |
parent | bc7d3e49b5d9dfc82c4c2e78ac00b3e568975183 (diff) |
DocumentWidget: Fix/improve home row link navigation
Removed the second `U` from the set of home row keys for link navigation.
Added a new command bound to `.` (period) for switching to the next set of links for home row navigation. This makes it possible to access all visible links via keyboard no matter how many there are. `.` can also be used to activate home row navigation if it isn't active.
IssueID #111
Diffstat (limited to 'res/about/version.gmi')
-rw-r--r-- | res/about/version.gmi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/about/version.gmi b/res/about/version.gmi index 06517dfd..1afc90e6 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -12,6 +12,7 @@ | |||
12 | * Added support for Finger links (courtesy of John Cowan). | 12 | * Added support for Finger links (courtesy of John Cowan). |
13 | * Added option to show full link URL when hovering on it. | 13 | * Added option to show full link URL when hovering on it. |
14 | * Added keybindings for page reload, opening link in new tab via home row keys (${SHIFT+}F), and hovering on a link via home row keys (H). | 14 | * Added keybindings for page reload, opening link in new tab via home row keys (${SHIFT+}F), and hovering on a link via home row keys (H). |
15 | * Added new keybinding for switching to next set of links for home row navigation. | ||
15 | * Better alignment of quick lookup result icons and labels. | 16 | * Better alignment of quick lookup result icons and labels. |
16 | * Remote bookmarks are grouped under their source in the bookmark list. | 17 | * Remote bookmarks are grouped under their source in the bookmark list. |
17 | * A bookmark's icon is updated after loading the page so it matches the site. | 18 | * A bookmark's icon is updated after loading the page so it matches the site. |
@@ -19,6 +20,7 @@ | |||
19 | * Middle-clicking on a tab title closes the tab. | 20 | * Middle-clicking on a tab title closes the tab. |
20 | * Fixed timestamps of visited URLs. Your browsing history will be erased but can still be found in "visited.txt". | 21 | * Fixed timestamps of visited URLs. Your browsing history will be erased but can still be found in "visited.txt". |
21 | * Fixed issue where "heading" feed entries would turn unread after a while. | 22 | * Fixed issue where "heading" feed entries would turn unread after a while. |
23 | * Fixed duplicate U key for home row navigation. | ||
22 | 24 | ||
23 | ## 1.0.3 | 25 | ## 1.0.3 |
24 | * Improved font glyph caching: only rasterize glyphs when drawing text, and retry after failure. This makes initial document layout faster and avoids issues with permanently lost glyphs. | 26 | * Improved font glyph caching: only rasterize glyphs when drawing text, and retry after failure. This makes initial document layout faster and avoids issues with permanently lost glyphs. |