Sha256: 1dd6064ba700145507f02cfca3c47ecee6d060cdead9bdfead7f3ced78087712
Contents?: true
Size: 828 Bytes
Versions: 3
Compression:
Stored size: 828 Bytes
Contents
<div id="hotkeys" 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">Hotkeys</h3> </div> <div class="modal-body"> <p>TaskwarriorWeb includes hotkeys for quick navigation to commonly-used parts of the application.</p> <ul> <li><code>1</code>: Go to the "Tasks" (/tasks) page</li> <li><code>2</code>: Go to the "Projects" (/projects) page</li> <li><code>n</code>: Create a new task</li> <li><code>h</code>: Displays and dismisses this help dialog</li> </ul> </div> <div class="modal-footer"> <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button> </div> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
taskwarrior-web-1.1.7 | lib/taskwarrior-web/views/_hotkeys.erb |
taskwarrior-web-1.1.6 | lib/taskwarrior-web/views/_hotkeys.erb |
taskwarrior-web-1.1.5 | lib/taskwarrior-web/views/_hotkeys.erb |