It is currently March 28th, 2024, 2:08 pm

How to disable right click?

Get help with installing and using Rainmeter.
Post Reply
AciliBorek
Posts: 1
Joined: May 20th, 2017, 7:56 am

How to disable right click?

Post by AciliBorek »

I got some interactive skins and i don't want to get that right click menu but i have to click. I tried RightMouseDownAction="" and RightMouseUpAction="" but nothing changed. Help, please.
mak_kawa
Posts: 908
Joined: December 30th, 2015, 9:47 am

Re: How to disable right click?

Post by mak_kawa »

I am not confident that this solution makes sense or not.:-)

Code: Select all

[Rainmeter]
RightMouseUpAction=[!SetVariable DummyVar 0]

[Variables]
DummyVar=0
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: How to disable right click?

Post by jsmorley »

RightMouseUpAction=[]
mak_kawa
Posts: 908
Joined: December 30th, 2015, 9:47 am

Re: How to disable right click?

Post by mak_kawa »

Oops...why didin't I think of it?
Post Reply