add shift+control+w shortcut (back to all movies)
This commit is contained in:
parent
c3ba2ea444
commit
5929e34dc8
1 changed files with 5 additions and 0 deletions
|
@ -305,6 +305,11 @@ pandora.ui.mainMenu = function() {
|
||||||
pandora.$ui.findInput.focusInput(true);
|
pandora.$ui.findInput.focusInput(true);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
key_control_shift_w: function() {
|
||||||
|
if (pandora.hasNoDialogOrScreen() || (ui.item || ui._list)) {
|
||||||
|
pandora.UI.set({find: {conditions: [], operator: '&'}});
|
||||||
|
}
|
||||||
|
},
|
||||||
key_control_slash: function() {
|
key_control_slash: function() {
|
||||||
if (pandora.hasNoDialogOrScreen()) {
|
if (pandora.hasNoDialogOrScreen()) {
|
||||||
pandora.URL.push('/help');
|
pandora.URL.push('/help');
|
||||||
|
|
Loading…
Reference in a new issue