From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.2.5 Date: Thu, 19 Dec 2013 01:22:27 +0200 From: Michael Shigorin To: ALT Linux Community general discussions Message-ID: <20131218232227.GF12432@osdn.org.ua> Mail-Followup-To: ALT Linux Community general discussions , Mikhail Efremov References: <20131217213006.49bfc77f@sem.office.altlinux.ru> <20131218110742.2f036145@sem-notebook> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="OwLcNYc0lM97+oe1" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20131218110742.2f036145@sem-notebook> User-Agent: Mutt/1.4.2.1i Subject: Re: [Comm] A: Simply Linux 7.0.2 beta20131217 X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: mike@altlinux.org, ALT Linux Community general discussions List-Id: ALT Linux Community general discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 23:22:35 -0000 Archived-At: List-Archive: List-Post: --OwLcNYc0lM97+oe1 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit On Wed, Dec 18, 2013 at 11:07:42AM +0400, Mikhail Efremov wrote: > > > - Для тачпадов synaptics щелчок по нажатию включен по умолчанию. > > Где посмотреть как это реализовано? > http://git.altlinux.org/people/sem/packages/xorg-conf-synaptics.git О, а заберёшь патчик с примером настройки средней программной кнопки на Elantech ETPS/2? -- ---- WBR, Michael Shigorin / http://altlinux.org ------ http://opennet.ru / http://anna-news.info --OwLcNYc0lM97+oe1 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="0001-added-elantech-soft-button-example.patch" >>From 165cfdd7a1c63bb04d916b59fb8ce38278871e36 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Thu, 19 Dec 2013 03:20:53 +0400 Subject: [PATCH] added elantech soft-button example This is relevant for e.g. ASUS UX31A. --- synaptics.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/synaptics.conf b/synaptics.conf index e290872..fcca110 100644 --- a/synaptics.conf +++ b/synaptics.conf @@ -31,5 +31,7 @@ Section "InputClass" #Option "EmulateTwoFingerMinW" "8" # Your finger needs to produce this many scrolls per second in order to start coasting #Option "CoastingSpeed" "0" +# ETPS/2 Elantech Touchpad's software keys can be reconfigured + #Option "SoftButtonAreas" "60% 0 82% 0 40% 59% 82% 0" ############################################################### EndSection -- 1.8.3.4 --OwLcNYc0lM97+oe1--