(elFinder.prototype.commands.home = function() {
this.alwaysEnabled = true;
this.updateOnSelect = false;
pattern : 'ctrl+home ctrl+shift+up',
this.getstate = function() {
var root = this.fm.root(),
cwd = this.fm.cwd().hash;
return root && cwd && root != cwd ? 0: -1;
return this.fm.exec('open', this.fm.root());
}).prototype = { forceLoad : true }; // this is required command