X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=D1IPzsn6ivSCOMb8jBIZvJDkG5wug5M6dwY/9rS72uI=; b=jK06h5/UCJPybuuvw7ms4eCb586XBjWrD/1dtaSRT7WijQvzo5zqxdaKo/y42+rVKZ wmb0iK8m/XrIZBbtOzIrd79XWBOIHAzQRuX2aQ3pRKcwJi/z1m92/1O7JmYGIzGnWctA uND2GXrGE+hP4NCm5NoR93x5kE/EHhkJK+IfjT6q0Alkcl0LWJB8EaiH5C6bhi19wgbB M/oJW7xBghAFUYioxXXTCJKliXWIkwqc8Wm3RLMqq6+uh0Qxc/uQt3VSQB2uHD8bSG2J e87sMKxYRazQQQAShUOnplSYnUwSh6KXTfzK24u//ZUPm1sM7TCXht7mNN1nGHI1uoKZ Mz4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=D1IPzsn6ivSCOMb8jBIZvJDkG5wug5M6dwY/9rS72uI=; b=PGfzWWtWjDDECXyhhGGDJpjXBWEMkPRvA3YpJSLSb1pEu7/HcNt2XFgEQ2T6wKnxD4 RxHtQvw3/V3mRRtfO0owZt60HB4e6GyTS1PKH4GnkPclnCd5XETgCPZD37srJoLAb+zm B5bvgQNahStXk7q7yIlmDntquK+g52nDsAa5kGIh3Cmmr0oXoWdUHNdphMLcZFNoPyn3 m8LhICiL1vi0VwGi53hASktrTN4uGF4s+BoVUojKKDyEczElJjaTfv2Q1y0AJZtZCUBk LI6cuBhcmQMVp382dEwCxmoMxpEJeADz37PVsORUu2VR3ugchTQhPvruKQoFoFf4bsSf /HpA== X-Gm-Message-State: APt69E2Ue6aCvJCbh7AV3Vq7GNZpGijFC23E6KreqlVg+Ecd1OxhJfsy vk7IszTUWqZI5aPh2k8/ygzb3A== X-Google-Smtp-Source: AAOMgpf2oIQ3FSKnNlfgtovubbljAxK93yLXq+L/G6vz2z7YtmEDfzkHs5TLw/I+u+fFyAim8pedow== X-Received: by 2002:a2e:259:: with SMTP id 86-v6mr3766344ljc.107.1530370597227; Sat, 30 Jun 2018 07:56:37 -0700 (PDT) Date: Sat, 30 Jun 2018 17:56:33 +0300 From: "(graahnul DOT grom AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Middle button does nothing Message-ID: <20180630175633.7f4a46f8@demon> In-Reply-To: <20180630085802.GA18492@esprimo> References: <20180630085802 DOT GA18492 AT esprimo> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; amd64-portbld-freebsd11.1) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 30 Jun 2018 09:58:03 +0100 Chris Green wrote: > I have a Lenovo Thinkpad laptop (running xubuntu 18.04) > which I'm using to run gschem. It has three 'mouse' > buttons which work exactly as expected in Linux. > > However I can't get the middle button to do anything > useful in gschem. > > I also tried adding:- > > (middle-button "mousepan") > > To my gschemrc file (which has other entries that *do* > work) and the middle button still does nothing. This is the default setting (in system-gschemrc), so that does not change anything. Personally, I like to configure right mouse button to do panning (as in pcb), so I set in gschemrc: ( third-button "mousepan" ) However, after that it's not possible to show context menu, but for me it's not a big deal: I do not use it anyway (I use keyboard shortcuts). Dmitry.