Page 1 of 1

How to show the original context menu in an empty list?

Posted: 15 Jun 2016 22:20
by pulp
I wonder how to show the original (from Windows OS) right click/context menu if i right lick on a empty list (or using the context menu key)?

i need to access the menus from this menu. For example creating a new git repo with git extensions or tortoise git.

thanks pulp

Re: How to show the original context menu in an empty list?

Posted: 15 Jun 2016 22:45
by highend

Re: How to show the original context menu in an empty list?

Posted: 16 Jun 2016 07:11
by pulp
highend wrote:CEA_ListRightClickOnWhite=1

http://www.xyplorer.com/faq-topic.php?id=tweak
thank you highend

Re: How to show the original context menu in an empty list?

Posted: 22 Jun 2016 22:58
by pulp
mmh it seems with CEA_ListRightClickOnWhite=1 the menu from the parent folder will be shown, which is different from the normal empty folder menu. So no git extension menu entries. Do i have an other possibility to show the original menu?

sorry my fault, the git-extension installation did not install the context-menu entries. after reinstalling git-extensions it works with CEA_ListRightClickOnWhite=1

pulp