This commit is contained in:
rolux 2014-11-16 14:20:58 +00:00
parent 51b82ad91d
commit 3678234841
1 changed files with 1 additions and 1 deletions

View File

@ -736,7 +736,7 @@ pandora.ui.mainMenu = function() {
Ox.Fullscreen.toggle();
},
key_alt_control_shift_f: function() {
pandora.UI.set(find: {conditions: [], operator: '&'});
pandora.UI.set({find: {conditions: [], operator: '&'}});
},
key_backtick: function() {
changeFocus(1);