Hi Dustin, Open your ~/.screenrc with vim. You need to specify the key sequence that corresponds to the keys in question. This is different on each machine. You can find out the sequence by entering insert mode then pressing Ctrl-v followed by Shift-F1 in this case. On my machine it would look like this if I wanted to map Shift-F1 to select window 2.
bindkey "^[[1;2P" select 2 Thanks, Mike Kelleher michaelkelleher.info On Tue, Dec 7, 2010 at 1:57 PM, Dustin Kirkland <dustin.kirkl...@gmail.com>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? > > Thanks! > -- > :-Dustin > > _______________________________________________ > screen-users mailing list > screen-users@gnu.org > http://lists.gnu.org/mailman/listinfo/screen-users >
_______________________________________________ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users