diff --git a/docs/Quickstart/Hardware/hardware.md b/docs/Quickstart/Hardware/hardware.md index 41ea8492..5c6a4e75 100644 --- a/docs/Quickstart/Hardware/hardware.md +++ b/docs/Quickstart/Hardware/hardware.md @@ -70,7 +70,7 @@ Foot pedals provide another alternative input method, though they often require The customization for foot pedals is more involved than editing Talon files, and it helps to be familiar with the ctx python api especially for more complex use cases. There are some limitations as well. For example, the foot pedal needs to bind to a key that is not otherwise being used, e.g., some users have used `keypad_divide`, `keypad_multiply`, or `keypad_minus`. Also, some actions don't work well with Talon hotkeys, and `user.vscode` Talon community commands can have timeout issues. To bind pressing two pedals at once, some users have needed to use cron and asyncronous reading of a state dictionary. This is since you cannot press two keys at once without a modifier (and if a modifier like `shift` is pressed, then it simply becomes one key combination, not multiple presses) - [Olympus RS31H](https://dictation.omsystem.com/product/rs-31h-footswitch/) is used by a few Talon Community members. It has 4 buttons (whereas other options only have 3). Check out this [video demo](https://youtu.be/eysWOhPldFQ) and [blog post](https://liannaee.blogspot.com/2023/03/olympus-rs31h-hardware-with-talon-voice.html) -- [Elgato Stream Deck Pedal](https://www.elgato.com/en/stream-deck-pedal) is natively supported in Talon beta and has 3 buttons. +- [Elgato Stream Deck Pedal](https://www.elgato.com/en/stream-deck-pedal) is natively supported in Talon beta and has 3 buttons. Using the floating [Action Bar](/static/img/stream_deck_action_bar.png) can be very beneficial as you can toggle through various profiles with the middle key for example. - [Kinesis Savant Elite 2](https://kinesis-ergo.com/shop/savant-elite2-triple-pedal/) is mechanical and pedals can remap keys at the hardware level. It has 3 buttons. With the talon beta, the elegato foot pedal can be used as follows: diff --git a/static/img/stream_deck_action_bar.png b/static/img/stream_deck_action_bar.png new file mode 100644 index 00000000..71e47e3a Binary files /dev/null and b/static/img/stream_deck_action_bar.png differ