chromium/components/policy/resources/templates/policy_definitions/Accessibility/AutoclickEnabled.yaml

caption: Enable the autoclick accessibility feature
default: null
desc: |-
  Enable the autoclick accessibility feature.

            This feature is responsible to click without physically pressing your mouse or touchpad, hover over the object you'd like to click.

            If this policy is set to enabled, the autoclick will always be enabled.

            If this policy is set to disabled, the autoclick will always be disabled.

            If you set this policy, users cannot change or override it.

            If this policy is left unset, the autoclick is disabled initially but can be enabled by the user anytime.
example_value: true
features:
  can_be_recommended: true
  dynamic_refresh: true
  per_profile: true
items:
- caption: Enable auto-click
  value: true
- caption: Disable auto-click
  value: false
- caption: Allow the user to decide
  value: null
owners:
- [email protected]
schema:
  type: boolean
supported_on:
- chrome_os:78-
tags: []
type: main