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

caption: Control the shortcut used to trigger the Home/End "six pack" keys
default: 2
desc: |-
  This policy determines the behavior for remapping the Home/End keys
  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: Home/End settings are disabled
  name: None
  value: 0
- caption: Home/End settings use the shortcut that contains the alt modifier
  name: Alt
  value: 1
- caption: Home/End settings use the shortcut that contains the search modifier
  name: Launcher/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