QB64 Phoenix Edition
Cross platform copy/paste - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: Chatting and Socializing (https://qb64phoenix.com/forum/forumdisplay.php?fid=11)
+--- Forum: General Discussion (https://qb64phoenix.com/forum/forumdisplay.php?fid=2)
+---- Forum: GitHub Discussion (https://qb64phoenix.com/forum/forumdisplay.php?fid=42)
+---- Thread: Cross platform copy/paste (/showthread.php?tid=3015)



Cross platform copy/paste - tothebin - 09-09-2024

In the Windows environment copy is [control]+[C].
In the Macos environment copy is [command]+[C].
This leads to a lot of muscle memory issues for Mac users. Is there any reason why the IDE can't use both key sequences for CUT, COPY, and PASTE? It doesn't even have to differentiate which OS I'm using, [control]+[C] and [command]+[C] would just do the same thing.


RE: Cross platform copy/paste - a740g - 09-10-2024

I agree. This also annoys the hell out of me.

We have a GitHub issue for it: https://github.com/QB64-Phoenix-Edition/QB64pe/issues/505