Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Take note of another possibly handy shortcut. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | timeline-keyboard-navigation |
| Files: | files | file ages | folders |
| SHA3-256: |
2ffedc2bcbc32c65bcb7a4db2d3d3c07 |
| User & Date: | florian 2022-08-02 10:57:00.000 |
Context
|
2022-08-04
| ||
| 03:34 | Merge with trunk to get the latest web UI updates. ... (check-in: 0f9981971e user: florian tags: timeline-keyboard-navigation) | |
|
2022-08-02
| ||
| 10:57 | Take note of another possibly handy shortcut. ... (check-in: 2ffedc2bcb user: florian tags: timeline-keyboard-navigation) | |
|
2022-08-01
| ||
| 09:34 | Take note of another possible TODO item. ... (check-in: b785da80e7 user: florian tags: timeline-keyboard-navigation) | |
Changes
Changes to src/graph.js.
| ︙ | ︙ | |||
838 839 840 841 842 843 844 845 846 847 848 849 850 851 |
**
** Ideas and TODOs:
**
** o Shortcut to select the topmost or bottommost entry, either by separate
** key, or with modifiers (SHIFT+N, SHIFT+M)?
** o Shortcut to toggle the tick-mark for the focused check-in node.
** o Shortcuts to copy branch name or hash of the focused entry to clipboard.
** o Improve scrolling the focused element into view for browsers without the
** Element.scrollIntoViewIfNeeded() function, maybe with a Polyfill, or
** something similar to the scrollToSelected() function in this source file.
*/
(function(){
window.addEventListener('load',function(){
function focusDefaultId(){
| > > | 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 |
**
** Ideas and TODOs:
**
** o Shortcut to select the topmost or bottommost entry, either by separate
** key, or with modifiers (SHIFT+N, SHIFT+M)?
** o Shortcut to toggle the tick-mark for the focused check-in node.
** o Shortcuts to copy branch name or hash of the focused entry to clipboard.
** o Shortcut to put the focus indicator to the default item(s), in (cyclic)
** order ticked → highlighted → check-out → ticked → ...
** o Improve scrolling the focused element into view for browsers without the
** Element.scrollIntoViewIfNeeded() function, maybe with a Polyfill, or
** something similar to the scrollToSelected() function in this source file.
*/
(function(){
window.addEventListener('load',function(){
function focusDefaultId(){
|
| ︙ | ︙ |