mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(shortcuts): CTRL on windows or linux
This commit is contained in:
parent
82e1d3f6aa
commit
6a8138904e
@ -22,7 +22,7 @@
|
||||
|
||||
<p class="small" style="position: absolute; top: 48px; right: 10px">
|
||||
<span class="shortcut-table-key">mod</span> =
|
||||
<span class="muted">CTRL on windows, CMD key on Mac</span>
|
||||
<span class="muted">CTRL on windows or linux and CMD key on Mac</span>
|
||||
</p>
|
||||
|
||||
<div ng-repeat="(category, shortcuts) in ctrl.shortcuts" class="shortcut-category">
|
||||
|
Loading…
Reference in New Issue
Block a user