Rainmeter plugin for raw input support.
2022-02-11.01-01-28_Trim.mp4
This is a plugin meant for advanced users. You'd most probably need a script, PowershellRM or Lua to work with it. The example uses a Lua script to create a minimal text field. But you are limited to your imagination.
For any suggestions, changes, or additions, open an issue.
- InputAction:
- Action to be executed on input.
$input$
is replaced by input strings.
- Action to be executed on input.
- NavigateAction:
- Action to be executed on navigation, like UP, DOWN, LEFT, RIGHT etc.
$navigation$
is replaced by navigation strings.
- Action to be executed on navigation, like UP, DOWN, LEFT, RIGHT etc.
- UseLuaEscape:
- Escapes lua special characters, in case you are using lua functions with CommandMeasure.
-
LINEFEED
-
SPACE
-
TAB
-
BACKSPACE
-
DELETE
-
ESC
-
RETURN
-
Literal characters, e.g.
a
,ま
,ë
etc
COPY
CUT
PASTE
SAVE
UNDO
REDO
-
DOWN
-
LEFT
-
RIGHT
-
UP
-
END
-
HOME
CTRLDOWN
SHIFTDOWN
CTRLLEFT
SHIFTLEFT
CTRLRIGHT
SHIFTRIGHT
CTRLUP
SHIFTUP
SELECTALL