From e5d296d8638db9bd59a85360d80e126b901befeb Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Fri, 25 Jul 2008 11:17:56 +0200 Subject: [PATCH] Added the Shift+w hotkey to get the working list of the user. --- src/IDF/templates/js-hotkeys.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/IDF/templates/js-hotkeys.html b/src/IDF/templates/js-hotkeys.html index 955b69d..4ba6d23 100644 --- a/src/IDF/templates/js-hotkeys.html +++ b/src/IDF/templates/js-hotkeys.html @@ -6,6 +6,7 @@ {hotkey 'Shift+r', 'IDF_Views_Issue::index', array($project.shortname)} {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')} {/if} //-->