Fossil SCM
Take note of another possibly handy shortcut.
Commit
2ffedc2bcbc32c65bcb7a4db2d3d3c07f8dda7119ff852ba0e09fdd8f53bf63c
Parent
b785da80e71e1e3…
1 file changed
+2
+2
| --- src/graph.js | ||
| +++ src/graph.js | ||
| @@ -840,10 +840,12 @@ | ||
| 840 | 840 | ** |
| 841 | 841 | ** o Shortcut to select the topmost or bottommost entry, either by separate |
| 842 | 842 | ** key, or with modifiers (SHIFT+N, SHIFT+M)? |
| 843 | 843 | ** o Shortcut to toggle the tick-mark for the focused check-in node. |
| 844 | 844 | ** o Shortcuts to copy branch name or hash of the focused entry to clipboard. |
| 845 | +** o Shortcut to put the focus indicator to the default item(s), in (cyclic) | |
| 846 | +** order ticked → highlighted → check-out → ticked → ... | |
| 845 | 847 | ** o Improve scrolling the focused element into view for browsers without the |
| 846 | 848 | ** Element.scrollIntoViewIfNeeded() function, maybe with a Polyfill, or |
| 847 | 849 | ** something similar to the scrollToSelected() function in this source file. |
| 848 | 850 | */ |
| 849 | 851 | (function(){ |
| 850 | 852 |
| --- src/graph.js | |
| +++ src/graph.js | |
| @@ -840,10 +840,12 @@ | |
| 840 | ** |
| 841 | ** o Shortcut to select the topmost or bottommost entry, either by separate |
| 842 | ** key, or with modifiers (SHIFT+N, SHIFT+M)? |
| 843 | ** o Shortcut to toggle the tick-mark for the focused check-in node. |
| 844 | ** o Shortcuts to copy branch name or hash of the focused entry to clipboard. |
| 845 | ** o Improve scrolling the focused element into view for browsers without the |
| 846 | ** Element.scrollIntoViewIfNeeded() function, maybe with a Polyfill, or |
| 847 | ** something similar to the scrollToSelected() function in this source file. |
| 848 | */ |
| 849 | (function(){ |
| 850 |
| --- src/graph.js | |
| +++ src/graph.js | |
| @@ -840,10 +840,12 @@ | |
| 840 | ** |
| 841 | ** o Shortcut to select the topmost or bottommost entry, either by separate |
| 842 | ** key, or with modifiers (SHIFT+N, SHIFT+M)? |
| 843 | ** o Shortcut to toggle the tick-mark for the focused check-in node. |
| 844 | ** o Shortcuts to copy branch name or hash of the focused entry to clipboard. |
| 845 | ** o Shortcut to put the focus indicator to the default item(s), in (cyclic) |
| 846 | ** order ticked → highlighted → check-out → ticked → ... |
| 847 | ** o Improve scrolling the focused element into view for browsers without the |
| 848 | ** Element.scrollIntoViewIfNeeded() function, maybe with a Polyfill, or |
| 849 | ** something similar to the scrollToSelected() function in this source file. |
| 850 | */ |
| 851 | (function(){ |
| 852 |