Use pedal for push-to-talk (PTT)
I would like to use my Stream Deck Pedal to simply map a key that I use for push-to-talk (PTT). In the official Stream Deck app (on Windows), the Hotkey action does what I want, but I can't seem to find the corresponding action in OpenDeck on Linux (using Wayland). I tried the Input Simulation action using
[k(uni('Z'))] on "Key down", but this only emits the key press once. I need the key press to stay down until I release the pedal for PTT to work. Any help would be greatly appreciated!Solution:Jump to solution
Use
[k(uni('Z'), p)] for pressing the key down in the "Key down" field, where p is for press, and do the same with r for release in the "Key up" field2 Replies