diff options
Diffstat (limited to 'man/libinput.man')
-rw-r--r-- | man/libinput.man | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/libinput.man b/man/libinput.man index 0ce5e6d..ac546e6 100644 --- a/man/libinput.man +++ b/man/libinput.man @@ -119,6 +119,10 @@ Enables or disables drag lock during tapping behavior. When enabled, a finger up during tap-and-drag will not immediately release the button. If the finger is set down again within the timeout, the draging process continues. +.TP 7 +.BI "Option \*qDisableWhileTyping\*q \*q" bool \*q +Indicates if the touchpad should be disabled while typing on the keyboard +(this does not apply to modifier keys such as Ctrl or Alt). .PP For all options, the options are only parsed if the device supports that configuration option. For all options, the default value is the one used by @@ -187,6 +191,10 @@ Indicates which click methods are enabled on this device. .BI "libinput Middle Emulation Enabled" 1 boolean value (8 bit, 0 or 1). Indicates if middle emulation is enabled or disabled. +.TP 7 +.BI "libinput Disable While Typing Enabled" +1 boolean value (8 bit, 0 or 1). Indicates if disable while typing is +enabled or disabled. .TP7 .PP The above properties have a |