I'm setting up key bindings in dwm for things like changing brightness and taking screenshots. In order to bind the appropriate key, I followed someone else's example and added
#define XF86AudioMute 0x1008ff12 to my config.h, and referred to that key in my keybinding.
This works fine, but I have no idea where this value came from or how to find other similar values. For example, the PrtSc button on my keyboard is one that I haven't been able to find a value for.
What are these values, and how do I find them?