mirror of
https://github.com/zadam/trilium.git
synced 2025-02-22 22:13:07 +08:00
keyboard shortcut titles on buttons
This commit is contained in:
parent
9029d18178
commit
ab6e78f726
1 changed files with 3 additions and 3 deletions
|
@ -16,8 +16,8 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="flex-grow: 100;">
|
<div style="flex-grow: 100;">
|
||||||
<button class="btn btn-xs" onclick="jumpToNote.showDialog();">Jump to note</button>
|
<button class="btn btn-xs" onclick="jumpToNote.showDialog();" title="CTRL-J">Jump to note</button>
|
||||||
<button class="btn btn-xs" onclick="recentNotes.showDialog();">Recent notes</button>
|
<button class="btn btn-xs" onclick="recentNotes.showDialog();" title="CTRL-E">Recent notes</button>
|
||||||
<button class="btn btn-xs" onclick="recentChanges.showDialog();">Recent changes</button>
|
<button class="btn btn-xs" onclick="recentChanges.showDialog();">Recent changes</button>
|
||||||
<button class="btn btn-xs" onclick="eventLog.showDialog();">Event log</button>
|
<button class="btn btn-xs" onclick="eventLog.showDialog();">Event log</button>
|
||||||
</div>
|
</div>
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
<img src="images/icons/list.png" alt="Collapse note tree"/>
|
<img src="images/icons/list.png" alt="Collapse note tree"/>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a onclick="noteTree.scrollToCurrentNote()" title="Scroll to current note" class="icon-action">
|
<a onclick="noteTree.scrollToCurrentNote()" title="Scroll to current note. Shortcut CTRL-." class="icon-action">
|
||||||
<img src="images/icons/crosshair.png" alt="Scroll to current note"/>
|
<img src="images/icons/crosshair.png" alt="Scroll to current note"/>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue