-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Clipboard contents are pasted twice #7061
Comments
It's unclear what you're saying. You need to provide much more detail. |
if i (command c) ---> copy print |
Which version of the Arduino IDE are you using? Please test with the beta build to verify the problem has not already been fixed. I seem to remember this having been reported previously but I can't find it. I actually did have this same problem for a while but haven't for a long time and I can't remember what changed. I do have a keyboard remapping of my copy/paste shortcuts and changed the application I use to do that at one point so it may have been caused by a bug in the previous application. |
I currently use Arduino 1.8.5 |
This bug happens when your keyboard input is set to anything other than US English. It's easy to reproduce on a mac:
Expected: pasting "foo"
Actual:
|
same problem, basically the txt editor read my short cut key twice when i do it once, also happen with Cmd+/, it comment out and then back the line |
+1 |
This bug dates back to at least April 2015, version 1.6.3: It is extremely irritating. Of course since it mostly affects non-Americans, I guess it's pretty low on the priority list... |
I have this problem still.... here is my solution.. PASTE (cmd-v) gets you two copies.... UNDO (cmd-z) removes the 2nd copy only.... inelegant but it works for me. |
I'm a DVORAK (QWERTY commands) user who just switched to mac. Dang this bug is annoying. A further note on gweep's post: undo (cmd-z) goes through twice so that trick doesn't work for me. |
does anyone have a soluation for this. I screenshot items to my clipboard constantly as part of training for my clients, |
same for me, and I thought it has nothing to do with Dvorak I use because I tried Russian to check - but appears they are both broken... |
+1, I can confirm that this is still an issue in 2022 with the latest build (1.8.19) for Mac on a Dvorak keyboard. |
yep it's related to the keyboard layout in Dvorak it's double pasting but USA keyboard works fine. |
Holy cow! How long is this going to remain unaddressed? |
There is a good chance it already has been addressed. Please check to see whether it still occurs with the latest nightly build of Arduino IDE 2.x: |
@per1234 if you look just above your post, you'll see that someone tested the nightly build just 4 days before your post. Some of us have been repeatedly reporting this issue for over 3 years now. The problem has actually gotten MUCH worse after the latest nightly build and the switch to Arduino IDE. Now, the hotkeys do something completely different. For example, if I press |
I am using arduino on mac but will paste it again when I copy it.
The text was updated successfully, but these errors were encountered: