diff --git a/lib/client/menu.js b/lib/client/menu.js index a6ad52ad..7b5250ef 100644 --- a/lib/client/menu.js +++ b/lib/client/menu.js @@ -107,4 +107,10 @@ CloudCommander.Menu.Keys = (function(){ }); CloudCommander.Menu.load(this); + + document.onmousedown = function(){ + if(event.button === CloudCommander.MOUSE_BUTTON.RIGHT) + CloudCommander.Menu.show(); + }; + }); \ No newline at end of file