From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: tclin1998@gmail.com Newsgroups: gmane.emacs.help Subject: How to use keyboard-translate to map 'Ins' to 'Ctrl' Date: 26 May 2006 16:45:54 -0700 Organization: http://groups.google.com Message-ID: <1148687154.369830.286520@j33g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1148690449 18578 80.91.229.2 (27 May 2006 00:40:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 27 May 2006 00:40:49 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 27 02:40:48 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fjmr2-00039N-90 for geh-help-gnu-emacs@m.gmane.org; Sat, 27 May 2006 02:40:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fjmr1-0003VH-Fw for geh-help-gnu-emacs@m.gmane.org; Fri, 26 May 2006 20:40:31 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!j33g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: 139.181.0.34 Original-X-Trace: posting.google.com 1148687159 16701 127.0.0.1 (26 May 2006 23:45:59 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 26 May 2006 23:45:59 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: j33g2000cwa.googlegroups.com; posting-host=139.181.0.34; posting-account=Z52PHQ0AAAD8xgufg3lfp3xHRcJnxUsr Original-Xref: shelby.stanford.edu gnu.emacs.help:139633 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:35256 Archived-At: HI: I recently got a new keybord and it has 'Ins' at right bottom corner which is 'Ctrl' in standard keyboard. Q: How to use keyboard-translate to remap ins to Ctrl_L? ^[[2~ the scan code for 'Ins' is (insert) 27 0x1B 91 0x5B 50 0x32 126 0x7E 10 0x0A Thanks -TCL