From ff61df17ffd358b03663a35fe7140e51e1ee98fc Mon Sep 17 00:00:00 2001 From: emersion Date: Tue, 24 Apr 2018 19:39:29 +0100 Subject: Add map_from_region command --- sway/sway-input.5.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sway/sway-input.5.txt') diff --git a/sway/sway-input.5.txt b/sway/sway-input.5.txt index 948b4b6f..c7305503 100644 --- a/sway/sway-input.5.txt +++ b/sway/sway-input.5.txt @@ -52,13 +52,13 @@ Mapping Configuration layout. Only meaningful if the device is a pointer, touch, or drawing tablet device. -**input** map_region :: - Ignores inputs from this device that do not occur within the specified region. - Can be in millimeters (e.g. 10mmx20mm\@10mm,20mm) or in terms of 0..1 (e.g. - 0.5x0.5\@0,0). Not all devices support millimeters. Only meaningful if the - device is not a keyboard an provides events in absolute terms (such as a - drawing tablet or touch screen - most pointers provide events relative to the - previous frame). +**input** map_from_region :: + Ignores inputs from this device that do not occur within the specified + region. Can be in millimeters (e.g. 10x20mm 20x40mm) or in terms of 0..1 + (e.g. 0.5x0.5 0.7x0.7). Not all devices support millimeters. Only meaningful + if the device is not a keyboard an provides events in absolute terms (such + as a drawing tablet or touch screen - most pointers provide events relative + to the previous frame). Libinput Configuration ~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3-54-g00ecf