From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3872 invoked by alias); 10 Feb 2011 15:35:06 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 15783 Received: (qmail 24163 invoked from network); 10 Feb 2011 15:35:04 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.215.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=/9dgHK9dNr1QcyC5NhqCY6vj6nlPfujpgjtR46CB0MI=; b=Sq2CvE0lV3rr/VPJt2Fi56NaekfMNMaySdhtiY2oLcbSBCB5fPuEXAq8YajDtFXtZV SBRQtjJMPxJYBmVSolfjOcC3Lzbegkt+y4e26njP2E9bzqEVRmg3wYHFBT8V824LqJUM z/+hsQWrN08Bc/phdvuJllG37V0y3TJXTMDjo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=P5BqTS5dHpGIX27EN8M7cuFc97aLqMuHT4yDb8UZDjVAoPjqy65O9j4HJW3QuQ117C KwdWtYEYZ3BpBuYNASe7g2dU3/8Vy36g/RbicsOnt+3b6vK0JW5+yNww4FnmWVfvW0Z5 P+JpfoNDLwTzOH+rCgCNB6zXTQNqC+PyglT3k= Date: Thu, 10 Feb 2011 16:34:54 +0100 From: Anthony Charles To: zsh-users@zsh.org Subject: Re: Configuring Keys F1 to F12 Message-ID: <20110210153454.GC17063@layslair.ath.cx> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Hi, bindkey -s '^v' 'ls -l' Is this what you want ? On Thu, Feb 10, 2011 at 02:42:03PM +0000, zzapper wrote: > Hi > I've been trying to bindkey anything at all to the function keys without > luck. > > (zsh, cygwin, dos window) > > I can bind the control keys etc. Ideally I want to assign text to the > function keys > > eg press f7 and generate say perl at the prompt > > How many wrong trees am I barking up? > > > -- Anthony CHARLES