From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Van L Newsgroups: gmane.emacs.help Subject: Re: [offtopic] Re: Ctrl-[ ? Date: Sat, 15 Jun 2019 19:12:28 +1000 Message-ID: References: <87zhmto6fa.fsf@telefonica.net> <20190607163017.GA32029@tuxteam.de> <96B116FC-8007-4C42-9AE6-585530D0C76E@comcast.net> <87muisor2h.fsf@telefonica.net> <63F9D100-CD25-445B-8184-93A25DB0FC38@comcast.net> <874l4zoiz6.fsf@telefonica.net> <8A953A06-0B89-4026-8801-602C0D8B2CA1@comcast.net> <20190614122416.GA17606@tuxteam.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="235659"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (darwin) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 15 11:12:59 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hc4k7-000zC0-2v for geh-help-gnu-emacs@m.gmane.org; Sat, 15 Jun 2019 11:12:59 +0200 Original-Received: from localhost ([::1]:59458 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hc4k6-0004Rm-5a for geh-help-gnu-emacs@m.gmane.org; Sat, 15 Jun 2019 05:12:58 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58189) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hc4jy-0004Rf-Af for help-gnu-emacs@gnu.org; Sat, 15 Jun 2019 05:12:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hc4jx-0003BM-Au for help-gnu-emacs@gnu.org; Sat, 15 Jun 2019 05:12:50 -0400 Original-Received: from [195.159.176.226] (port=35918 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hc4jx-00036L-34 for help-gnu-emacs@gnu.org; Sat, 15 Jun 2019 05:12:49 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hc4jv-000ywp-1b for help-gnu-emacs@gnu.org; Sat, 15 Jun 2019 11:12:47 +0200 X-Injected-Via-Gmane: http://gmane.org/ Cancel-Lock: sha1:ashakFLuEVfYHTSxrj9QZfhraEY= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 195.159.176.226 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:120959 Archived-At: writes: > Until you've got a German keyboard layout, where you need yet > another modifier (AltGr) to reach [, ], \ and |. Choose the keys comfy for you relative to thumb over modifier key and finger tips poised to strike like in a DOOM Eternal Deathmatch. > I'm sure there are multitude of other language-specific keyboard > layouts sharing that weakness... Localise the layout. > But I didn't want to open /that/ can o' worms -- just to raise > a bit of awareness. I don't have the luxury of 3 modifier keys right of my spacebar and have the following experimental layout. The CAPSLOCK 'on' doesn't function like holding the SHIFT key down for, for example, '(kbd "H-S-l")'. --8<---------------cut here---------------start------------->8--- (global-set-key (kbd "H-[") 'recenter-top-bottom) (global-set-key (kbd "H-p") 'left-char) (global-set-key (kbd "H-\\") 'right-char) (global-set-key (kbd "H-C-p") 'move-beginning-of-line) (global-set-key (kbd "H-C-\\") 'move-end-of-line) (define-key global-map (kbd "H-l") 'previous-line) (define-key global-map (kbd "H-.") 'next-line) (define-key global-map (kbd "H-C-l") 'backward-paragraph) (define-key global-map (kbd "H-C-.") 'forward-paragraph) --8<---------------cut here---------------end--------------->8--- -- © 2019 VanL gpg using EEF2 37E9 3840 0D5D 9183 251E 9830 384E 9683 B835 'The mouth is the dirtiest part on the human body.' - Bill Wallace