Skip to content

ozone10/Rainmeter-VirtualKeyRM

Repository files navigation

Rainmeter-VirtualKeyRM

Build status Build status Codacy Badge Latest release Total downloads Licence

Rainmeter plugin that allows to use virtual keys.
Use it as bang [!CommandMeasure VirtualKey "Constant"].
Get constant from here https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes
For number or letter use "VK_N" where N is symbol you want to use. Example for A is VK_A, for 5 it is VK_5, ...

  • Example:
[VirtualKey]
Measure=Plugin
Plugin=VirtualKeyRM
AltKey=0
CtrlKey=0
ShiftKey=1
StartKey=1

[SomeMeter]
Meter=String
Text=Snippet Shortcut (Window+Shift+S)
LeftMouseUpAction=[!CommandMeasure VirtualKey "VK_S"]