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

[macOS] DataGrid - handle OSX key modifiers (ctrl vs cmd) #7321

Merged
merged 2 commits into from
Jan 22, 2022

Conversation

ltetak
Copy link
Contributor

@ltetak ltetak commented Jan 7, 2022

What does the pull request do?

GridView does use Ctrl as a modifier for multi-selection. On Mac there should be a different modifier key used for the same purpose (Cmd/Meta).

What is the current behavior?

  1. open Sample app -> DataGrid tab
  2. select items with Ctrl (both Windows and Mac)

What is the updated/expected behavior with this PR?

Platform specific hotkey should be used

Checklist

@ltetak ltetak changed the title DataGrid - handle OSX key modifiers (ctrl vs cmd) [macOS] DataGrid - handle OSX key modifiers (ctrl vs cmd) Jan 7, 2022
@maxkatz6 maxkatz6 enabled auto-merge January 22, 2022 04:47
@maxkatz6 maxkatz6 merged commit 583075b into AvaloniaUI:master Jan 22, 2022
danwalmsley pushed a commit that referenced this pull request Jan 24, 2022
[macOS] DataGrid - handle OSX key modifiers (ctrl vs cmd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants