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

caption: Control the shortcut used to trigger the Delete "six pack" key
default: 2
desc: |-
  This policy determines the behavior for remapping the Delete key within
  the 'remap keys' subpage. The 'remap keys' subpage allows users to
  customize keyboard keys. If enabled, this policy prevents users from
  customizing these specific remappings. If the policy is not set,
  search-based shortcuts will act as the default and allows users to
  configure the shortcuts.
example_value: 0
features:
  can_be_recommended: true
  dynamic_refresh: true
  per_profile: false
items:
- caption: Setting a shortcut for the "Delete" action is disabled.
  name: None
  value: 0
- caption: Delete shortcut setting uses the shortcut that contains the alt modifier
  name: Alt
  value: 1
- caption: Delete shortcut setting uses the shortcut that contains the search modifier
  name: Search
  value: 2
owners:
- [email protected]
- [email protected]
schema:
  # These values correspond to the `SixPackShortcutModifier` mojom enum.
  enum:
  - 0
  - 1
  - 2
  type: integer
supported_on:
- chrome_os:123-
tags: []
type: int-enum