mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-14 10:21:57 -04:00
steamosctl: Fix formatting on TriggerScreenReaderAction
This commit is contained in:
parent
2ffa138dc1
commit
9df000700a
1 changed files with 11 additions and 12 deletions
|
@ -256,18 +256,17 @@ enum Commands {
|
|||
|
||||
/// Trigger screen reader action
|
||||
TriggerScreenReaderAction {
|
||||
/// Valid actions are:
|
||||
/// stop_talking
|
||||
/// read_next_word
|
||||
/// read_previous_word
|
||||
/// read_next_item
|
||||
/// read_previous_item
|
||||
/// move_to_next_landmark,
|
||||
/// move_to_previous_landmark,
|
||||
/// move_to_next_heading,
|
||||
/// move_to_previous_heading,
|
||||
/// toggle_mode,
|
||||
///
|
||||
/// Valid actions are
|
||||
/// `stop_talking`,
|
||||
/// `read_next_word`,
|
||||
/// `read_previous_word`,
|
||||
/// `read_next_item`,
|
||||
/// `read_previous_item`,
|
||||
/// `move_to_next_landmark`,
|
||||
/// `move_to_previous_landmark`,
|
||||
/// `move_to_next_heading`,
|
||||
/// `move_to_previous_heading`,
|
||||
/// `toggle_mode`
|
||||
action: ScreenReaderAction,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue