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} //-->