mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-15 02:36:45 -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
|
/// Trigger screen reader action
|
||||||
TriggerScreenReaderAction {
|
TriggerScreenReaderAction {
|
||||||
/// Valid actions are:
|
/// Valid actions are
|
||||||
/// stop_talking
|
/// `stop_talking`,
|
||||||
/// read_next_word
|
/// `read_next_word`,
|
||||||
/// read_previous_word
|
/// `read_previous_word`,
|
||||||
/// read_next_item
|
/// `read_next_item`,
|
||||||
/// read_previous_item
|
/// `read_previous_item`,
|
||||||
/// move_to_next_landmark,
|
/// `move_to_next_landmark`,
|
||||||
/// move_to_previous_landmark,
|
/// `move_to_previous_landmark`,
|
||||||
/// move_to_next_heading,
|
/// `move_to_next_heading`,
|
||||||
/// move_to_previous_heading,
|
/// `move_to_previous_heading`,
|
||||||
/// toggle_mode,
|
/// `toggle_mode`
|
||||||
///
|
|
||||||
action: ScreenReaderAction,
|
action: ScreenReaderAction,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue