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

caption: Control the shortcut used to trigger F11/F12
default: null
deprecated: true
desc: |-
  This policy controls the selected shortcut option for remapping events to
  F11/F12 in the remap keys subpage. These settings are only applicable for
  ChromeOS keyboards and are disabled by default if the policy is unset.
device_only: true
example_value: 0
features:
  dynamic_refresh: true
  per_profile: false
items:
- caption: F11/F12 settings are disabled
  name: Disabled
  value: 0
- caption: F11/F12 settings use the shortcut that contains the alt modifier
  name: Alt
  value: 1
- caption: F11/F12 settings use the shortcut that contains the shift modifier
  name: Shift
  value: 2
- caption: F11/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:121-122
tags: []
type: int-enum
generate_device_proto: False