mirror of
https://github.com/zadam/trilium.git
synced 2025-02-20 21:13:11 +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 style="flex-grow: 100;">
|
||||
<button class="btn btn-xs" onclick="jumpToNote.showDialog();">Jump to note</button>
|
||||
<button class="btn btn-xs" onclick="recentNotes.showDialog();">Recent notes</button>
|
||||
<button class="btn btn-xs" onclick="jumpToNote.showDialog();" title="CTRL-J">Jump to note</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="eventLog.showDialog();">Event log</button>
|
||||
</div>
|
||||
|
@ -45,7 +45,7 @@
|
|||
<img src="images/icons/list.png" alt="Collapse note tree"/>
|
||||
</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"/>
|
||||
</a>
|
||||
|
||||
|
|
Loading…
Reference in a new issue