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:
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" field
Jump to solution
2 Replies
Solution
nekename
nekename7d ago
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" field
RazorFox
RazorFoxOP6d ago
Thank you! This worked!

Did you find this page helpful?