From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: Consult some suggestions for adjusting keyboard shortcuts to bind conflicts. Date: Thu, 08 Apr 2021 08:06:35 +0100 Message-ID: <87czv56yro.fsf@robertthorpeconsulting.com> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34577"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Hongyi Zhao Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Apr 08 09:07:40 2021 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lUOlQ-0008tm-OA for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 08 Apr 2021 09:07:40 +0200 Original-Received: from localhost ([::1]:47334 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lUOlP-0001hp-Oj for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 08 Apr 2021 03:07:39 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55974) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUOl5-0001hd-TU for help-gnu-emacs@gnu.org; Thu, 08 Apr 2021 03:07:19 -0400 Original-Received: from outbound-smtp53.blacknight.com ([46.22.136.237]:33527) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUOl2-0007R4-R6 for help-gnu-emacs@gnu.org; Thu, 08 Apr 2021 03:07:18 -0400 Original-Received: from mail.blacknight.com (pemlinmail03.blacknight.ie [81.17.254.16]) by outbound-smtp53.blacknight.com (Postfix) with ESMTPS id 91C20FBCAB for ; Thu, 8 Apr 2021 08:07:13 +0100 (IST) Original-Received: (qmail 19703 invoked from network); 8 Apr 2021 07:07:13 -0000 Original-Received: from unknown (HELO rt-inspiron-3480) (rt@robertthorpeconsulting.com@[51.37.90.145]) by 81.17.254.9 with ESMTPSA (AES256-SHA encrypted, authenticated); 8 Apr 2021 07:07:13 -0000 In-Reply-To: (message from Hongyi Zhao on Wed, 7 Apr 2021 09:39:49 +0800) Received-SPF: pass client-ip=46.22.136.237; envelope-from=rt@robertthorpeconsulting.com; helo=outbound-smtp53.blacknight.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:128894 Archived-At: Hongyi Zhao writes: > On Ubuntu 20.04, I use fcitx input framework, which use Ctr + SPC to > trigger input method and Saladict which use Alt + s to call its > standalone panel. > > But all the above key bindings have been predefined in Emacs. Could > you please give me some suggestions on adjusting keyboard shortcuts to > avoid binding conflicts? I'm not sure which way around you want to deal with the problem. I'm presuming you want to move the mappings in Emacs that Emacs uses for C-SPC and M-s. Do you use Emacs in the terminal? If you don't then things are more flexible. For example, you could use C-:, C-, C-', C-= or C-+. You could also map a super or hyper key in Emacs. BR, Robert Thorpe