Skip to content

upgradeQ/OBS-VirtualChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OBS-VirtualChat

Write to text source , using only keyboard.

  • Settings

MCOSU full screen example

see demo

Setup

  • download ,add it via Tools > Scripts > + button
  • create hotkeys for on/off. Search for "Restart" and "Stop" in settings

Usage

  • Restart hotkey clears buffer and hooks keyboard
  • Stop hotkey clears buffer , updates text source to be empty.
  • Enter will show all characters that has been registered since restart was pressed.
  • Backspace - delete one character . Note : repeat delay e.g pressed down , will only delete one character regardless of how long it has been pressed down.

Limitations

How it works

First its generates keyboard settings in json , then its creates mapping to callbacks for characters with shift and without, then on Restart button hooks keyboard_layout mapping, and until enter is not pressed (or Restart itself) it's accumulate text , on enter updates text source with that.

Contribute

  • add keyboard layouts for other languages
  • report bugs , suggest ideas , etc.