I have RaspberryPI with no GUI==(no x.org) I like to bind the useless window/super key to be my prefix. Using Arch for ARM runs great.
If think this is going to take more then simple mod in the tmux.conf file.
After some Googling found post with a command: dumpkeys | grep -E "keycode *125|126" That command give me a blank line.
showkey
i got 125 as keycode when i hit the meta key on my machine. Created a file with content 'keycode 125 = Control_b', added it the the keymap withloadkeys
, launched tmux (default config) and it works. – hchandad Apr 07 '17 at 01:36