chromium/components/policy/resources/templates/policy_definitions/Miscellaneous/PrimaryMouseButtonSwitch.yaml

caption: Switch the primary mouse button to the right button
default: null
desc: |-
  Switch the primary mouse button to the right button.

            If this policy is set to enabled, the right button of the mouse will always be the primary key.

            If this policy is set to disabled, the left button of the mouse will always be the primary key.

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

            If this policy is left unset, the left button of the mouse will be the primary key initially, but can be switched by the user anytime.
example_value: true
features:
  can_be_recommended: true
  dynamic_refresh: true
  per_profile: true
items:
- caption: Right button is primary
  value: true
- caption: Left button is primary
  value: false
- caption: Allow the user to decide
  value: null
owners:
- [email protected]
- [email protected]
schema:
  type: boolean
supported_on:
- chrome_os:81-
tags: []
type: main