Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
misc:trackpad_settings [2025/04/29 15:17] – created 92.40.42.255misc:trackpad_settings [2025/04/29 15:31] (current) 92.40.42.255
Line 5: Line 5:
 By default, "right click" or "secondary click" is registered by clicking the bottom-right corner of the trackpad. You can enable two-finger clicking by adjusting ''wsconsctl'' settings. By default, "right click" or "secondary click" is registered by clicking the bottom-right corner of the trackpad. You can enable two-finger clicking by adjusting ''wsconsctl'' settings.
  
-If you do not yet have a ''wsconsctl.conf'' file, you can copy the one from ''/etc/examples'' into ''/etc'' or of course you can create your own. +If you do not yet have a ''wsconsctl.conf'' file, you can copy the one from ''/etc/examples/'' into ''/etc/'' or of course you can create your own. 
 <code> <code>
 # cp /etc/examples/wsconsctl.conf /etc/ # cp /etc/examples/wsconsctl.conf /etc/
Line 12: Line 12:
 Add the following value: Add the following value:
 <code> <code>
-# /etc/wsconsctl.conf +mouse1.tp.mtbuttons=1
-mouse.tp.mtbuttons=on+
 </code> </code>
  
 If you prefer "reverse scrolling", also add: If you prefer "reverse scrolling", also add:
 <code> <code>
-# /etc/wsconsctl.conf +mouse1.reverse_scrolling=1
-mouse.reverse_scrolling=on+
 </code> </code>
  
- +===== See also: ===== 
-See also: +  * [[https://man.openbsd.org/wsconsctl.conf| wsconsctl.conf manual page]] 
-wsconsctl.conf manual page +  * [[https://man.openbsd.org/wsmouse|wsmouse(4) manual page]] 
-wsmouse manual page+  * [[https://man.openbsd.org/wsconsctl|wsconsctl(8) manual page]] 
 +