From: Colin McKinnon Date: March 19 1999 2:09pm Subject: Re: Function keys and Linux List-Archive: http://lists.mysql.com/mysql/603 Message-Id: <3.0.5.32.19990319140919.00845b40@lonmay> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable At 08:59 19/03/99 +0100, "Bo Brog=E5rd Lund" wrote: >Hi > >Can it be true, that nobody knows the answer to the following question? > >I seem to recall that there was a way to setup and xterm so that you could >map SQL commands to the function-keys i.e. 'show tables' to F1, 'SELECT * I thought this was some obscure function of MySQL I didn't know about - in fact it's nothing to do with MySQL. You can change all the keymappings of an Xserver using xmodmap - but that would affect all apllications. The alternative is to use the programmable keys provided as part of the vt102 emulation. See http://www.cs.utk.edu/~shuford/terminal for more info. Colin