2013-11-25 22:00:19 +04:00
|
|
|
<div id="cheatsheet-wrapper" style="display:none">
|
|
|
|
<div class="cheatsheet-container">
|
|
|
|
<div class="cheatsheet-section">
|
|
|
|
<h3>Tool shortcuts</h3>
|
|
|
|
<ul class="cheatsheet-tool-shortcuts"></ul>
|
|
|
|
</div>
|
|
|
|
<div class="cheatsheet-section">
|
|
|
|
<h3>Misc shortcuts</h3>
|
|
|
|
<ul class="cheatsheet-misc-shortcuts"></ul>
|
|
|
|
</div>
|
2014-03-30 05:12:56 +04:00
|
|
|
<div class="cheatsheet-section">
|
|
|
|
<h3>Selection shortcuts</h3>
|
|
|
|
<ul class="cheatsheet-selection-shortcuts"></ul>
|
|
|
|
</div>
|
2013-11-25 22:00:19 +04:00
|
|
|
</div>
|
|
|
|
</div>
|
2014-03-30 05:12:56 +04:00
|
|
|
<span class="cheatsheet-link">Keyboard shortcuts</a>
|
2013-11-25 22:00:19 +04:00
|
|
|
<script type="text/template" id="cheatsheet-shortcut-template">
|
|
|
|
<li class="cheatsheet-shortcut">
|
|
|
|
<div class="cheatsheet-icon {{shortcutIcon}}"></div>
|
|
|
|
<span class="cheatsheet-key">{{shortcutKey}}</span>
|
|
|
|
<span class="cheatsheet-description">{{shortcutDescription}}</span>
|
|
|
|
</li>
|
|
|
|
</script>
|