Using Debian Linux I am trying to map the F1 key to run pon Here's what my /etc/inputrc looks like set meta-flag on set input-meta on set convert-meta off set output-meta on "\e0d": backward-word "\e0c": forward-word "\e[h": beginning-of-line "\e[f": end-of-line "\e[1~": beginning-of-line "\e[4~": end-of-line "\e[5~": beginning-of-history "\e[6~": end-of-history "\e[3~": delete-char "\e[2~": quoted-insert
then I did this: Below, CNTRL-v means control-v followed directly by a control-m (seems to work fine in vi). (The cntrl-v makes the cntrl-m come out literally instead of just being a carrage return.) "\e[11~": "ponCNTRL-vCNTRL-m" "\e[12~": "poffCNTRL-vCNTRL-m" No joy. Anyone know what I am missing ? Tim Thomas http://www.remoteautomation.net