X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com Date: Fri, 30 Dec 2022 22:00:52 +0100 (CET) From: Roland Lutz To: "Donald Tillman (don AT till DOT com) [via geda-help AT delorie DOT com]" Subject: Re: [geda-help] Copy-Paste not working. In-Reply-To: <458D610A-29BC-42FA-96FA-E1B51C271AE4@till.com> Message-ID: <1ad8ce44-75dc-d5ed-3c4c-102a8acaf49e@grinsen-ohne-katze.de> References: <458D610A-29BC-42FA-96FA-E1B51C271AE4 AT till DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Hi Don, On Fri, 30 Dec 2022, Donald Tillman (don AT till DOT com) [via geda-help AT delorie DOT com] wrote: > I'm running "gschem 1.10.2 (g5a69d90)" on a MacBook M1. > > * Select a region > * c-C to copy, or use the Edit menu > * click to unselect the region > > And now c-P doesn't do anything It's C-V. If you want to change this to C-P (which is normally File / Print), add the following line to your gschemrc file: (global-set-key "P" &clipboard-paste) > and Paste from the edit menu isn't selectable. That's indeed weird. Maybe another application is interfering with your clipboard? Roland