mirror of
https://github.com/swaywm/sway.git
synced 2026-04-23 06:46:27 -04:00
Fix markup syntax in man pages
This commit is contained in:
parent
1a8b9fda8a
commit
3dcfa2ee90
3 changed files with 11 additions and 11 deletions
|
|
@ -64,8 +64,8 @@ For more information on these xkb configuration options, see
|
|||
|
||||
*input* <identifier> xkb_switch_layout <index>
|
||||
Changes the active keyboard layout index. This can be used when multiple
|
||||
layouts are configured with `xkb_layout`. A list of layouts you can switch
|
||||
between can be obtained with `swaymsg -t get_inputs`.
|
||||
layouts are configured with *xkb_layout*. A list of layouts you can switch
|
||||
between can be obtained with *swaymsg -t get_inputs*.
|
||||
|
||||
*input* <identifier> xkb_variant <variant>
|
||||
Sets the variant of the keyboard like _dvorak_ or _colemak_.
|
||||
|
|
@ -149,8 +149,8 @@ The following commands may only be used in the configuration file.
|
|||
|
||||
*input* <identifier> scroll_button disable|button[1-3,8,9]|<event-code-or-name>
|
||||
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
|
||||
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.
|
||||
|
||||
*input* <identifier> scroll_factor <floating point value>
|
||||
|
|
@ -199,7 +199,7 @@ correct seat.
|
|||
*seat* <seat> cursor press|release button[1-9]|<event-name-or-code>
|
||||
Simulate pressing (or releasing) the specified mouse button on the
|
||||
specified seat. The button can either be provided as a button event name or
|
||||
event code, which can be obtained from `libinput debug-events`, or as an x11
|
||||
event code, which can be obtained from *libinput debug-events*, or as an x11
|
||||
mouse button (button[1-9]). If using button[4-7], which map to axes, an axis
|
||||
event will be simulated, however _press_ and _release_ will be ignored and
|
||||
both will occur.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue