It is currently September 29th, 2024, 9:27 am

Hotkeys in skins

General topics related to Rainmeter.
User avatar
Oleg_M
Posts: 23
Joined: June 19th, 2010, 7:24 am
Location: Leningrad, USSR

Hotkeys in skins

Post by Oleg_M »

Hello friends!
Please help me. How to realise use hotkeys in management of some functions skin?
Glass panel show after click LEFT BUTTON MOUSE on image girl-angel!
Question: How show glass panel via any hotkeys ( in Rainmeter - skin configuration file (.ini)?
Thanks ALL!
Best regards,Oleg.
Image
User avatar
balala
Rainmeter Sage
Posts: 16602
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Hotkeys in skins

Post by balala »

Have you tried the Hotkey plugin?

Code: Select all

[MeasureMoveLeft]
Measure=Plugin
Plugin=HotKey
HotKey=F1
KeyDownAction=Same bangs as you have in the LeftMouseUpAction
DynamicVariables=1
This measure will execute the entered bangs when you press F1.
To can make it to work, you must have installed the Hotkey plugin. The simplest way to do that is the following: download the skin installer package from the link I've posted above and install it. If you don't need the skin, you can imediatly remove it, but the plugin will remain installed and will be usable. Now add the above measure to your code, enter the needed hotkey to the HotKey option (you can find the hotkeys here) and add the bangs to the KeyDownAction option. Refresh the skin.
User avatar
Oleg_M
Posts: 23
Joined: June 19th, 2010, 7:24 am
Location: Leningrad, USSR

Re: Hotkeys in skins

Post by Oleg_M »

balala
Thank You very much friend for big help!!!!
User avatar
balala
Rainmeter Sage
Posts: 16602
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Hotkeys in skins

Post by balala »

You're welcome.