Added better keyboard shortcuts.

The list is available in the FAQ.
This commit is contained in:
Loic d'Anterroches
2008-08-05 12:07:04 +02:00
parent 9dedea0f9d
commit b4cac893a5
2 changed files with 8 additions and 2 deletions

View File

@@ -2,8 +2,11 @@
{if $project}
<script type="text/javascript" charset="utf-8">
// <!--
{hotkey 'Shift+h', 'IDF_Views_Project::home', array($project.shortname)}
{hotkey 'Shift+a', 'IDF_Views_Issue::create', array($project.shortname)}
{hotkey 'Shift+r', 'IDF_Views_Issue::index', array($project.shortname)}
{hotkey 'Shift+i', 'IDF_Views_Issue::index', array($project.shortname)}
{hotkey 'Shift+d', 'IDF_Views_Download::index', array($project.shortname)}
{hotkey 'Shift+s', 'IDF_Views_Source::treeBase', array($project.shortname, 'master')}
{if !$user.isAnonymous()}
{hotkey 'Shift+m', 'IDF_Views_Issue::myIssues', array($project.shortname, 'submit')}
{hotkey 'Shift+w', 'IDF_Views_Issue::myIssues', array($project.shortname, 'owner')}