From nobody Thu Mar 02 00:45:52 2023 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4PRspx16h7z3vbDv for ; Thu, 2 Mar 2023 00:46:01 +0000 (UTC) (envelope-from possessor.assizer305@aceecat.org) Received: from beesty.loosely.org (beesty.loosely.org [IPv6:2600:3c01:e000:4c0::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4PRspw09b1z3lf0 for ; Thu, 2 Mar 2023 00:45:59 +0000 (UTC) (envelope-from possessor.assizer305@aceecat.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=aceecat.org header.s=rsa header.b=LTSkKpn1; spf=pass (mx1.freebsd.org: domain of possessor.assizer305@aceecat.org designates 2600:3c01:e000:4c0::2 as permitted sender) smtp.mailfrom=possessor.assizer305@aceecat.org; dmarc=none DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=aceecat.org ; s=rsa; h=Sender:In-Reply-To:Content-Type:MIME-Version:References:Message-ID :Subject:To:From:Date:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=8fPMbAYZDZvPJSa2RcH2wGoOCgkClUMRiWtqe6S9K8k=; b=LTSkKpn1ZlO2gO5Akx4hqlH7NQ Vbl96X+qVSTkXSEPDb/hPTj3usfnEVjSWz6xK29wXC3Rtr/t6FzhCkOKvrqz6to0oy6DrheweR/2m LWUgohj0HkEdf2iLe9EJKLgcoF3PEu5vGKyAwROiXpXCvGPtbMy3OvLpknGRzx4Xw3ujWK9BKyZ2w 1frOnRuRoIsccOyz1sd+FTdRSwpzoUjfihVkjGf3hDAx7kZ9mQKaDxb53Sccs2ein/xYSJgevXzKT QLJN3Zhxi2IUlEkPNnPnB9E5UoUlXqAOEQrHHYY97OpR20R5XftB2uIXw+kLdyU9P2P/1hVRNoxmj bFLGK8zA==; Received: from [::1] (helo=beesty) by beesty.loosely.org with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.96-26-090f749dd) (envelope-from ) id 1pXX4y-0000t7-1n for questions@freebsd.org; Wed, 01 Mar 2023 16:45:52 -0800 Date: Wed, 1 Mar 2023 16:45:52 -0800 From: possessor.assizer305@aceecat.org To: questions@freebsd.org Subject: Re: Moving a FreeBSD/X11 keyboard confif to Macbook Pro Message-ID: <20230302004552.wj7m3x4kkz7lruvl@beesty.loosely.org> Mail-Followup-To: questions@freebsd.org References: <20230301074107.GB9@sh4-5.1blu.de> List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: itz@aceecat.org X-Spamd-Result: default: False [-3.49 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.991]; R_SPF_ALLOW(-0.20)[+mx]; R_DKIM_ALLOW(-0.20)[aceecat.org:s=rsa]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; FROM_NO_DN(0.00)[]; MLMMJ_DEST(0.00)[questions@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:63949, ipnet:2600:3c01::/32, country:SG]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; DKIM_TRACE(0.00)[aceecat.org:+]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DMARC_NA(0.00)[aceecat.org]; TO_DN_NONE(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Queue-Id: 4PRspw09b1z3lf0 X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N On Wed, Mar 01, 2023 at 01:02:51PM +0100, Matthias Apitz wrote: > > I figured it out; one can create a dir and a file in it with the > following syntax: > > /* to be placed into the (created) directory /Users/apitzm/Library/KeyBindings as file DefaultKeyBinding.dict */ When I started using a Mac about 2 years ago I wrote a Perl script to translate my XCompose file from my Linux computers. Maybe it can be useful. https://gist.github.com/nobrowser/4f4342cb95c7e4c186cba01425123871 -- Ian