# Any nodes that can create a payload from keyboard input

**URL:** https://discourse.nodered.org/t/any-nodes-that-can-create-a-payload-from-keyboard-input/20153
**Category:** General
**Created:** [10 January 2020 08:30 UTC](https://discourse.nodered.org/t/any-nodes-that-can-create-a-payload-from-keyboard-input/20153 "2020-01-10T08:30:24Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![adamswm92](https://avatars.discourse-cdn.com/v4/letter/a/e79b87/32.png) [@adamswm92](https://discourse.nodered.org/u/adamswm92)
#### Post date: [10 January 2020 08:30 UTC](https://discourse.nodered.org/t/any-nodes-that-can-create-a-payload-from-keyboard-input/20153/1 "2020-01-10T08:30:24Z")

</div>

As the title says, I'm trying to find a node that is still supported (tried multiple different nodes in the pallet manager, most failed to install) that can create a payload from a single keystroke?

---

<div class="post-metadata">

### Author: ![dceejay](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dceejay/32/38_2.png) [@dceejay](https://discourse.nodered.org/u/dceejay)
#### Post date: [10 January 2020 09:03 UTC](https://discourse.nodered.org/t/any-nodes-that-can-create-a-payload-from-keyboard-input/20153/2 "2020-01-10T09:03:15Z")

</div>

If on a Pi - the pi gpio nodes include a keyboard node for the pi that returns the scancode

---

<div class="post-metadata">

### Author: ![adamswm92](https://avatars.discourse-cdn.com/v4/letter/a/e79b87/32.png) [@adamswm92](https://discourse.nodered.org/u/adamswm92)
#### Post date: [10 January 2020 14:14 UTC](https://discourse.nodered.org/t/any-nodes-that-can-create-a-payload-from-keyboard-input/20153/3 "2020-01-10T14:14:56Z")

</div>

I've been trying that but for some reason when I drop the rpi keyboard into my flow and deploy it shows "stopped" under it. And if I attach it to a dbg I am not receiving anything out of it.

On the flip side I am able to use rpi mouse, left click works as well as right and middle click.

Not sure why my rpi keyboard is showing stopped though, any ideas?
