DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 18th July 2023
bceverly bceverly is offline
Shell Scout
 
Join Date: Mar 2015
Posts: 88
Question wsconsctl - Trackpad two finger gestures to drag things

Hi,

I'm probably not going to express this as clearly as possible so please bear with me.

I pretty much just use Thinkpad hardware, and on their trackpads in other operating systems (Linux, Windows), when I want to drag something, I use one finger to press on the thing being dragged and then drop a second finger on the trackpad and drag it to where I want to put it.

I'm wondering if this is a capability and I just need to figure out the right wsconsctl setting to turn it on or if this is something that was not contemplated?

Thanks,
Bryan
Reply With Quote
  #2   (View Single Post)  
Old 18th July 2023
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,989
Default

I have a Synaptics trackpad, and use the following provisions:
Code:
$ cat /etc/X11/xorg.conf.d/70-synaptics.conf
Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        Option "PalmDetect" "on"
EndSection
$ grep syn .xsession
syndaemon -di 1
Reply With Quote
  #3   (View Single Post)  
Old 20th July 2023
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,507
Default

A newer alternative is to set parameters via wsmouse(4).

Mouse parameters can be permanently configured in /etc/wsconsctl.conf. wsconsctl.conf(5)

An example config file in in /etc/examples/wsconsdtl.conf

wsmouse does not have a palm detect although you can use a script mapped to a Function Key to toggle the touchpad on/off:
https://daemonforums.org/showthread.php?t=12295

Last edited by shep; 20th July 2023 at 09:54 PM.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Trackpad Sensitivity - HP Probook 2012 model Entropic OpenBSD General 3 14th December 2022 03:04 PM
Apple Trackpad 2 Prevet OpenBSD General 0 17th April 2018 07:57 AM
wsconsctl elusive keycodes radix OpenBSD General 15 8th March 2015 08:17 PM
Clickjacking 2.0 with drag & drop J65nko News 0 17th April 2010 07:54 PM
Opera 10: Face gestures Carpetsmoker Off-Topic 4 1st April 2009 08:21 PM


All times are GMT. The time now is 09:36 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick