It is currently March 29th, 2024, 12:41 pm

Middle Mouse button action - Refresh?

Get help with creating, editing & fixing problems with skins
TehGreyFawkz
Posts: 9
Joined: April 8th, 2010, 3:08 pm

Middle Mouse button action - Refresh?

Post by TehGreyFawkz »

I know that the enigma notepad has a bang that if you middle mouse button click it, it refreshes.

Whats the coding for that and how does it work?

My internet starts up slowly at uni and there is a weather forcast skin that I use and if the internet doesnt load fast enough it just hangs on unknown unless I refresh it.

Thanks in advance
User avatar
maminscris
Posts: 509
Joined: April 24th, 2009, 3:17 pm
Location: Bucharest, Romania Lat 44,43° Lon 26,1°

Re: Middle Mouse button action - Refresh?

Post by maminscris »

Zero at programing, zero at writing codes, so far 2 at making images
But I'm good at copy/paste, and I not always like this
Image
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Middle Mouse button action - Refresh?

Post by jsmorley »

TehGreyFawkz wrote:I know that the enigma notepad has a bang that if you middle mouse button click it, it refreshes.

Whats the coding for that and how does it work?

My internet starts up slowly at uni and there is a weather forcast skin that I use and if the internet doesnt load fast enough it just hangs on unknown unless I refresh it.

Thanks in advance
In the [Rainmeter] section of your skin, add:

MiddleMouseDownAction=!RainmeterRefresh #CURRENTCONFIG#
TehGreyFawkz
Posts: 9
Joined: April 8th, 2010, 3:08 pm

Re: Middle Mouse button action - Refresh?

Post by TehGreyFawkz »

Thanks guys