Fossil SCM

Docs v0.1, with upper-/lower-case letter notation, instead of SHIFT+LETTER (which may be somewhat confusing for the "," and ";" case).

florian 2022-08-04 11:46 timeline-keyboard-navigation
Commit b02508d358a2e06a7a97043af292daca335b10005c80f690f6d457251214310d
1 file changed +15
--- src/timeline.c
+++ src/timeline.c
@@ -1627,10 +1627,25 @@
16271627
** which one(s) is/are applied is unspecified and may change between
16281628
** fossil versions.
16291629
**
16301630
** CHECKIN or TIMEORTAG can be a check-in hash prefix, or a tag, or the
16311631
** name of a branch.
1632
+**
1633
+** Keyboard navigation shortcuts:
1634
+**
1635
+** N Focus first (newest) entry.
1636
+** n Focus next (newer) entry, or open next page.
1637
+** m Focus previous (older) entry, or open previous page.
1638
+** M Focus last (oldest) entry.
1639
+** h Move focus between selected, current (check-out) and ticked entries.
1640
+** , Tick/untick the node of the focused entry.
1641
+** ; Untick the nodes of all entries.
1642
+** b Copy the commit hash of the focused entry to clipboard.
1643
+** B Copy the branch name of the focused entry to clipboard.
1644
+** j View timeline of focused entry.
1645
+** k View details of focused entry.
1646
+** ESC Disable keyboard navigation mode.
16321647
*/
16331648
void page_timeline(void){
16341649
Stmt q; /* Query used to generate the timeline */
16351650
Blob sql; /* text of SQL used to generate timeline */
16361651
Blob desc; /* Description of the timeline */
16371652
--- src/timeline.c
+++ src/timeline.c
@@ -1627,10 +1627,25 @@
1627 ** which one(s) is/are applied is unspecified and may change between
1628 ** fossil versions.
1629 **
1630 ** CHECKIN or TIMEORTAG can be a check-in hash prefix, or a tag, or the
1631 ** name of a branch.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1632 */
1633 void page_timeline(void){
1634 Stmt q; /* Query used to generate the timeline */
1635 Blob sql; /* text of SQL used to generate timeline */
1636 Blob desc; /* Description of the timeline */
1637
--- src/timeline.c
+++ src/timeline.c
@@ -1627,10 +1627,25 @@
1627 ** which one(s) is/are applied is unspecified and may change between
1628 ** fossil versions.
1629 **
1630 ** CHECKIN or TIMEORTAG can be a check-in hash prefix, or a tag, or the
1631 ** name of a branch.
1632 **
1633 ** Keyboard navigation shortcuts:
1634 **
1635 ** N Focus first (newest) entry.
1636 ** n Focus next (newer) entry, or open next page.
1637 ** m Focus previous (older) entry, or open previous page.
1638 ** M Focus last (oldest) entry.
1639 ** h Move focus between selected, current (check-out) and ticked entries.
1640 ** , Tick/untick the node of the focused entry.
1641 ** ; Untick the nodes of all entries.
1642 ** b Copy the commit hash of the focused entry to clipboard.
1643 ** B Copy the branch name of the focused entry to clipboard.
1644 ** j View timeline of focused entry.
1645 ** k View details of focused entry.
1646 ** ESC Disable keyboard navigation mode.
1647 */
1648 void page_timeline(void){
1649 Stmt q; /* Query used to generate the timeline */
1650 Blob sql; /* text of SQL used to generate timeline */
1651 Blob desc; /* Description of the timeline */
1652

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button