mikepruett3 / homeassistant-desktop

A simple Home Assistant Desktop application, built using Electron.js
MIT License
8 stars 0 forks source link

Right Click #5

Open robyevolution opened 1 week ago

robyevolution commented 1 week ago

Hi, is there a way to enable the right mouse button?

mikepruett3 commented 1 week ago

Hello. So there is no way that I am aware of to enable the "right-click" functionality of a regular browser session in electron. Generally, you build your own context menu for right-click.

Is there any particular function that you are looking for, when using the right-click. I may be able to modify the code, and add a menu item for it.