Note: This site is currently "Under construction". I'm migrating to a new version of my site building software. Lots of things are in a state of disrepair as a result (for example, footnote links aren't working). It's all part of the process of building in public. Most things should still be readable though.

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:

Code

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 Ctrlc

References