On 07.12.10,13:57, Dustin Kirkland wrote: > Howdy, > > I'd like to bind some commands to <shift>-F1, or perhaps <alt>-F1, or > <ctrl>-F1. > > How would I go about doing that? > > "bindkey -k k1 ..." is easy enough, but how would I specify a > different action for shift/alt/ctrl of the f-keys? >
You can run "cat > /dev/null" in a terminal, see what key codes is returned when you choose f.ex. Alt-F1 or Ctrl-F1, and put that in your .screenrc. Jostein _______________________________________________ screen-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/screen-users
