From owner-freebsd-questions@freebsd.org Tue Nov 8 17:02:10 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8C2CC3603A for ; Tue, 8 Nov 2016 17:02:10 +0000 (UTC) (envelope-from jd1008@gmail.com) Received: from mail-it0-x22c.google.com (mail-it0-x22c.google.com [IPv6:2607:f8b0:4001:c0b::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8344EFBE for ; Tue, 8 Nov 2016 17:02:10 +0000 (UTC) (envelope-from jd1008@gmail.com) Received: by mail-it0-x22c.google.com with SMTP id u205so219658780itc.0 for ; Tue, 08 Nov 2016 09:02:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding; bh=pae4SU7vuV843H5siBhgSB9SgfL/QX9hVQst5lAt870=; b=wfhj1gqaWT/e9KlhtrLLhvCB1N6Q1hMaT6sSxJTlEW1oci2qIcGjvgU+tMQ70v5S6l HiV6IQxWleD8sSk07FjWQnuev2b2KrdLDHGa4YFwtXMpjd/1Pj7ZbaxivSOYdG903flT oc47r/aBKdE4tfZRE+TzForBqUJ09ARK0YpY9bJsp3Y35VVikXTfsdsVvccxwjU9lOOf HsUhUWs5V7Fbx8zoIIQRkv07C+2JDIIPGTSnJwPht7gRQGz3erQcTblcd7N2uUNvI4je HSvYSSG7jXlmfXaH69IADupfK8tV65VAalBFIKw979T//rx+QqT01tVp9kzYTlT+ZG+u +8gQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=pae4SU7vuV843H5siBhgSB9SgfL/QX9hVQst5lAt870=; b=OexE3MZMvBSs+Nz4xmjNj5OBOBq3qqHkv+8epI0QZEV7fQX2SIt596xqlaD+uA87z6 RmH9qo8G5hkny8UYbk1OcX29HCMTuuxe/9G/ySuhLPrLYl2DYKJZQFAtM5GID0L/WFq3 NlzpqX5X3PzxTtRg3mpxQMbG9xeDizCv/3N6NKrK5ud7OeR0LWJxRb/fihoP/oi56bE0 bv0Ts5kgqcA4GFQwcqFuWO05FAfZgrLevf7VsasL3rU/TB8hiUrFFe9Ibnbhva1Sz9Wm QxSeWgULZmUoMzTYXEIdVxEhUUnsHfEvwFCnei+Ld7I10fW+J8gZxwmT5r2HM3zMqvq+ BMgw== X-Gm-Message-State: ABUngvefZc2SmufbiLty9P/fkqoJkQ5eqflNtBJYZZ2VCwXKXLtMiY5zT+LRutvbralZwQ== X-Received: by 10.36.137.193 with SMTP id s184mr9883882itd.113.1478624529946; Tue, 08 Nov 2016 09:02:09 -0800 (PST) Received: from localhost.localdomain (50-243-4-3-static.hfc.comcastbusiness.net. [50.243.4.3]) by smtp.googlemail.com with ESMTPSA id i200sm1372995itb.0.2016.11.08.09.02.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 08 Nov 2016 09:02:09 -0800 (PST) Subject: Re: How to set delta pixels change to detect mouse movement To: Vladimir Botka References: <5820C223.4070807@gmail.com> <20161107192902.4c5cd894@planb.netng.org> Cc: FreeBSD Users From: jd1008 Message-ID: <58220510.6080405@gmail.com> Date: Tue, 8 Nov 2016 10:02:08 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <20161107192902.4c5cd894@planb.netng.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2016 17:02:10 -0000 On 11/07/2016 11:29 AM, Vladimir Botka wrote: > On Mon, 7 Nov 2016 11:04:19 -0700 > jd1008 wrote: >> Hi all, >> Some gui apps have very thin bordered windows, so thin that if I want to >> enlarge of shrink the window, I find it impossible to position the >> cursor exactly on the spot of the border of that window in order to get >> the resizing to take place. > Hi! > > you might want to try "ALT + Left Click" to drag and "ALT + Right Click" > to resize windows. With the pointer within the window. > > HTH. Cheers, > > -vlado Vlado, THANK YOU!!!!