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

Add warning on some keyboard events #332

Open
lesquoyb opened this issue Sep 20, 2024 · 1 comment
Open

Add warning on some keyboard events #332

lesquoyb opened this issue Sep 20, 2024 · 1 comment
Labels
About GAML This issue concerns the GAML language 🤗 Enhancement This is a request for enhancement

Comments

@lesquoyb
Copy link
Contributor

Is your request related to a problem? Please describe.
When using keyboard events, there are a few specific cases:

  1. in 3d display the ctrl modifier doesn't work, probably caught by the display to manipulate the view.
    
  2. the command modifier is not available on other operating systems than macos
    

Describe the improvement you'd like
I propose that we add a warning at model validation when in those cases

Describe alternatives you've considered
For the command modifier we could also add a general super modifier that fits command/windows key to be cross platform

@lesquoyb lesquoyb added 🤗 Enhancement This is a request for enhancement About GAML This issue concerns the GAML language labels Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
About GAML This issue concerns the GAML language 🤗 Enhancement This is a request for enhancement
Projects
None yet
Development

No branches or pull requests

2 participants
@lesquoyb and others