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

caption: Control the shortcut used to trigger F12
default: null
desc: |-
  This policy controls the selected shortcut option for remapping events to
  F12 in the remap keys subpage. These settings are only applicable for
  <ph name="PRODUCT_OS_NAME">$2<ex>Google ChromeOS</ex></ph> keyboards
  and are disabled by default if the policy is unset. If you set this policy,
  users cannot change or override it.
example_value: 0
features:
  can_be_recommended: true
  dynamic_refresh: true
  per_profile: false
items:
- caption: F12 settings are disabled
  name: Disabled
  value: 0
- caption: F12 settings use the shortcut that contains the alt modifier
  name: Alt
  value: 1
- caption: F12 settings use the shortcut that contains the shift modifier
  name: Shift
  value: 2
- caption: F12 settings use the shortcut that contains the modifiers ctrl and shift
  name: CtrlShift
  value: 3
owners:
- [email protected]
- [email protected]
schema:
  enum:
  - 0
  - 1
  - 2
  - 3
  type: integer
supported_on:
- chrome_os:123-
tags: []
type: int-enum