From cd22d555e8a665c3f2a8e2c07e7d54beb6ac254c Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 27 Jan 2019 11:27:34 -0500 Subject: Remove unnecessary underscores in man pages --- sway/sway-input.5.scd | 70 +++++++++++++++++++++++++-------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'sway/sway-input.5.scd') diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd index 872fe8e2..4b14ef14 100644 --- a/sway/sway-input.5.scd +++ b/sway/sway-input.5.scd @@ -7,57 +7,57 @@ sway-input - input configuration file and commands # DESCRIPTION Sway allows for configuration of devices within the sway configuration file. -To obtain a list of available device identifiers, run *swaymsg -t get\_inputs*. +To obtain a list of available device identifiers, run *swaymsg -t get_inputs*. # INPUT COMMANDS ## KEYBOARD CONFIGURATION -*input* repeat\_delay +*input* repeat_delay Sets the delay before repeating a held-down key, in milliseconds. -*input* repeat\_rate +*input* repeat_rate Sets the key repeat rate in number of keypresses per second. For more information on these xkb configuration options, see *xkeyboard-config*(7). -*input* xkb\_layout +*input* xkb_layout Sets the layout of the keyboard like _us_ or _de_. -*input* xkb\_model +*input* xkb_model Sets the model of the keyboard. This has an influence for some extra keys your keyboard might have. -*input* xkb\_options +*input* xkb_options Sets extra xkb configuration options for the keyboard. -*input* xkb\_rules +*input* xkb_rules Sets files of rules to be used for keyboard mapping composition. -*input* xkb\_variant +*input* xkb_variant Sets the variant of the keyboard like _dvorak_ or _colemak_. The following commands may only be used in the configuration file. -*input* xkb\_capslock enabled|disabled +*input* xkb_capslock enabled|disabled Initially enables or disables CapsLock on startup, the default is disabled. -*input* xkb\_numlock enabled|disabled +*input* xkb_numlock enabled|disabled Initially enables or disables NumLock on startup, the default is disabled. ## MAPPING CONFIGURATION -*input* map\_to\_output +*input* map_to_output Maps inputs from this device to the specified output. Only meaningful if the device is a pointer, touch, or drawing tablet device. -*input* map\_to\_region +*input* map_to_region Maps inputs from this device to the specified region of the global output layout. Only meaningful if the device is a pointer, touch, or drawing tablet device. -*input* map\_from\_region +*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 @@ -67,68 +67,68 @@ The following commands may only be used in the configuration file. ## LIBINPUT CONFIGURATION -*input* accel\_profile adaptive|flat +*input* accel_profile adaptive|flat Sets the pointer acceleration profile for the specified input device. -*input* click\_method none|button\_areas|clickfinger +*input* click_method none|button_areas|clickfinger Changes the click method for the specified device. *input* drag enabled|disabled Enables or disables tap-and-drag for specified input device. -*input* drag\_lock enabled|disabled +*input* drag_lock enabled|disabled Enables or disables drag lock for specified input device. *input* dwt enabled|disabled Enables or disables disable-while-typing for the specified input device. -*input* events enabled|disabled|disabled\_on\_external\_mouse|toggle [] - Enables or disables send\_events for specified input device. Disabling - send\_events disables the input device. +*input* events enabled|disabled|disabled_on_external_mouse|toggle [] + Enables or disables send_events for specified input device. Disabling + send_events disables the input device. The _toggle_ option cannot be used in the config. If no toggle modes are listed, all supported modes for the device will be toggled through in the - order: enabled, disabled\_on\_external\_mouse, disabled, (loop back). If + order: enabled, disabled_on_external_mouse, disabled, (loop back). If toggle modes are listed, they will be cycled through, defaulting to the first mode listed if the current mode is not in the list. They will also not be checked to see if they are supported for the device and may fail. -*input* left\_handed enabled|disabled +*input* left_handed enabled|disabled Enables or disables left handed mode for specified input device. -*input* middle\_emulation enabled|disabled +*input* middle_emulation enabled|disabled Enables or disables middle click emulation. -*input* natural\_scroll enabled|disabled +*input* natural_scroll enabled|disabled Enables or disables natural (inverted) scrolling for the specified input device. -*input* pointer\_accel [<-1|1>] +*input* pointer_accel [<-1|1>] Changes the pointer acceleration for the specified input device. -*input* repeat\_delay +*input* repeat_delay Sets the amount of time a key must be held before it starts repeating. -*input* repeat\_rate - Sets the frequency of key repeats once the repeat\_delay has passed. +*input* repeat_rate + Sets the frequency of key repeats once the repeat_delay has passed. -*input* scroll\_button disable|button[1-3,8,9]| - Sets the button used for scroll\_method on\_button\_down. The button can +*input* scroll_button disable|button[1-3,8,9]| + Sets the button used for scroll_method on_button_down. The button can be given as an event name or code, which can be obtained from `libinput debug-events`, or as a x11 mouse button (button[1-3,8,9]). If set to - _disable_, it disables the scroll\_method on\_button\_down. + _disable_, it disables the scroll_method on_button_down. -*input* scroll\_factor +*input* scroll_factor Changes the scroll factor for the specified input device. Scroll speed will be scaled by the given value, which must be non-negative. -*input* scroll\_method none|two\_finger|edge|on\_button\_down +*input* scroll_method none|two_finger|edge|on_button_down Changes the scroll method for the specified input device. *input* tap enabled|disabled Enables or disables tap for specified input device. -*input* tap\_button\_map lrm|lmr +*input* tap_button_map lrm|lmr Specifies which button mapping to use for tapping. _lrm_ treats 1 finger as left click, 2 fingers as right click, and 3 fingers as middle click. _lmr_ treats 1 finger as left click, 2 fingers as middle click, and 3 fingers as @@ -145,7 +145,7 @@ is controlled by the pointer devices of the seat. This is useful for multiple people using the desktop at the same time with their own devices (each sitting in their own "seat"). -*seat* attach +*seat* attach Attach an input device to this seat by its input identifier. A special value of "\*" will attach all devices to the seat. @@ -166,7 +166,7 @@ in their own "seat"). Set this seat as the fallback seat. A fallback seat will attach any device not explicitly attached to another seat (similar to a "default" seat). -*seat* hide\_cursor +*seat* hide_cursor Hides the cursor image after the specified _timeout_ (in milliseconds) has elapsed with no activity on that cursor. A timeout of 0 (default) disables hiding the cursor. The minimal timeout is 100 and any value less -- cgit v1.2.3-54-g00ecf