I've been trying to bind a shortcut to switching to a specific window in Byobu, but I'm not having success. I wanted to bind Alt-(screen's number) but it's not working. I think I'm using the wrong ASCII codes.
Take Alt + 1 for example: I've tried using the lines
bind \078 select 1
and
bind \78 select 1
to both ~/.screeenrc and ~/.config/byobu/keybindings, but neither worked.
Am I using the wrong code, or is there no standard ASCII code for Alt + 1?