Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "macos: Add default keybind for ctrl-home / ctrl-end (#21007)" #21476

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

ConradIrwin
Copy link
Member

@ConradIrwin ConradIrwin commented Dec 3, 2024

This reverts commit 614b3b9.

This conflicts with the macOS ctrl-fn-left/right bindings for moving windows around (new in Sequoia).

If you want these use:

  {
    "context": "Editor",
    "bindings": {
      "ctrl-home": "editor::MoveToBeginning",
      "ctrl-end": "editor::MoveToEnd"
    }
  },

Release Notes:

  • N/A

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Dec 3, 2024
@ConradIrwin ConradIrwin merged commit 731e6d3 into main Dec 3, 2024
13 checks passed
@ConradIrwin ConradIrwin deleted the revert-21007 branch December 3, 2024 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant