I have this output of xmodmap command:
shift Shift_L (0x32), Shift_R (0x3e)
lock Caps_Lock (0x42)
control Control_L (0x25), Caps_Lock (0x42), Control_R (0x69)
mod1 Alt_L (0x40), Alt_R (0x6c), Meta_L (0xcd)
mod2 Num_Lock (0x4d)
mod3
mod4 Super_L (0x85), Super_R (0x86), Super_L (0xce), Hyper_L (0xcf)
mod5 ISO_Level3_Shift (0x5c), Mode_switch (0xcb)
So I wonder what's super key here? Problem is that when I try to map super key, here I assume mod4 as windows button left to a combine key using sxhkd daemon, it doesn't seem to work, for example, map to open firefox, no effect.
EDIT: I'm trying to use windows left button on the keyboard to quick map some command using sxhkd daemon on archlinux, as discussed in comment, even though I had keycod 133 mod4 = Super_L in .Xmodmap, using mod4 in .config/sxhkd/sxhkdrc to map for example to open firefox:
mod4 + f
firefox
this seems doesn't work, press windows lef button and f didn't invoke firefox or me, just print out series of ffffff in terminal.