ovos-ww-plugin-hotkeys

A wake word plugin for mycroft


Keywords
mycroft, plugin, wake, word
License
Apache-2.0
Install
pip install ovos-ww-plugin-hotkeys==0.1.0a1.post1

Documentation

Description

plugin for Keyboard hotkeys, define a key combo to trigger listening

Install

pip install ovos_ww_plugin_hotkeys

Then configure a wake_word with module set to ovos_ww_hotkeys

 "listener": {
      "wake_word": "hotkey"
 },
 "hotwords": {
    "hotkey": {
        "module": "ovos_ww_hotkeys",
        "hotkey": "ctrl+shift+r"
    }
  }