Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Show What Key Sequences Are Getting Sent To A Command Line App On A Mac

Run this on the command line then press a key sequence to see what's actually getting sent :

bash
xxd -psd

I saw this when trying to figure out some issues with tmux to see what was being passed through.

When you're ready to quit, press Ctrl c

Footnotes And References