Commit 6a813890 by bergquist

fix(shortcuts): CTRL on windows or linux

parent 82e1d3f6
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<p class="small" style="position: absolute; top: 48px; right: 10px"> <p class="small" style="position: absolute; top: 48px; right: 10px">
<span class="shortcut-table-key">mod</span> = <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> </p>
<div ng-repeat="(category, shortcuts) in ctrl.shortcuts" class="shortcut-category"> <div ng-repeat="(category, shortcuts) in ctrl.shortcuts" class="shortcut-category">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment