deathcrafter / PluginHotInput

Rainmeter plugin for raw keyboard input support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PluginHotInput

Rainmeter plugin for raw input support.

2022-02-11.01-01-28_Trim.mp4

Disclaimer:

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.

Usage:

Options:

  • InputAction:
    • Action to be executed on input. $input$ is replaced by input strings.
  • NavigateAction:
    • Action to be executed on navigation, like UP, DOWN, LEFT, RIGHT etc. $navigation$ is replaced by navigation strings.
  • UseLuaEscape:
    • Escapes lua special characters, in case you are using lua functions with CommandMeasure.

Input Strings:

  • LINEFEED

  • SPACE

  • TAB

  • BACKSPACE

  • DELETE

  • ESC

  • RETURN

  • Literal characters, e.g. a, , ë etc

Extras:

  • COPY
  • CUT
  • PASTE
  • SAVE
  • UNDO
  • REDO

Navigation Strings:

  • DOWN

  • LEFT

  • RIGHT

  • UP

  • END

  • HOME

Extras:

  • CTRLDOWN
  • SHIFTDOWN
  • CTRLLEFT
  • SHIFTLEFT
  • CTRLRIGHT
  • SHIFTRIGHT
  • CTRLUP
  • SHIFTUP
  • SELECTALL

About

Rainmeter plugin for raw keyboard input support

License:GNU General Public License v3.0


Languages

Language:C++ 54.8%Language:C# 45.2%