GDQuest / learn-gdscript

Learn Godot's GDScript programming language from zero, right in your browser, for free.
https://gdquest.github.io/learn-gdscript/
Other
2.04k stars 149 forks source link

Cut, Copy and Paste in the internal editor uses Control-X etc. instead of Command-X on MacOS Computers. #956

Closed BjoeBrunn closed 3 months ago

BjoeBrunn commented 3 months ago

On MacOS the key mappings for cut, copy and paste use Control- instead of Command-, which is normally standard on MacOS machines. Maybe you can implement an additional key mapping for MacOS computers to avoid confusion?

NathanLovato commented 3 months ago

It's not something we can easily solve. See issue #711 for more information. Closing as this is a duplicate.