mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-06 01:08:50 +01:00
* Hide tags and overdue date on phones * Depend on released twitter-bootstrap-rails instead of their master tree
35 lines
No EOL
2 KiB
Text
35 lines
No EOL
2 KiB
Text
<div id="tracks-shortcuts-dialog" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
|
||
<div class="modal-header">
|
||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||
<h3 id="myModalLabel">Keyboard Shortcuts</h3>
|
||
</div>
|
||
<div class="modal-body">
|
||
<ul>
|
||
<li><span class="badge">?</span>: Shows this help page</li>
|
||
<li><span class="badge">a</span>: add action</li>
|
||
<li><span class="badge">i</span>: show details of action or project</li>
|
||
</ul>
|
||
<p>Navigation:</p>
|
||
<ul>
|
||
<li><span class="badge">j</span> or <span class="badge">k</span>: go to previous or next item</li>
|
||
<li><span class="badge">G</span>: show list of project and contexts</li>
|
||
<li><span class="badge">g</span> then <span class="badge">h</span>: go to the home page</li>
|
||
<li><span class="badge">g</span> then <span class="badge">c</span>: go to a specific context</li>
|
||
<li><span class="badge">g</span> then <span class="badge">C</span>: go to the contexts page</li>
|
||
<li><span class="badge">g</span> then <span class="badge">p</span>: go to a specific project</li>
|
||
<li><span class="badge">g</span> then <span class="badge">P</span>: go to the projects page</li>
|
||
</ul>
|
||
<p>Grouping of actions:</p>
|
||
<ul>
|
||
<li><span class="badge">v</span> then <span class="badge">p</span>: group the actions on the page by project</li>
|
||
<li><span class="badge">v</span> then <span class="badge">c</span>: group the actions on the page by context</li>
|
||
</ul>
|
||
<p>Handling actions:</p>
|
||
<ul>
|
||
<li><span class="badge">n</span>: Toggle the notes of the selected action</li>
|
||
</ul>
|
||
</div>
|
||
<div class="modal-footer">
|
||
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
|
||
</div>
|
||
</div> |