-
Notifications
You must be signed in to change notification settings - Fork 5
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
OSX copy (command+C) doesn't seem to work #1
Comments
I hope to have a fix for that shortly. I believe that macOS requires the cut/copy/paste shortcuts to be implemented in the Application Menu, rather than in the context (right-click) menu. I plan to add an Edit menu to the Application Menu that will hopefully take care of the problem. |
I have a quick question for you, @shenning00: Do the keyboard shortcuts for Clear Line (Esc) and Clear Screen (Alt-C) work on your Mac in a connection screen, or just the context menu selections? |
Seems like the Clear Screen(Alt-C) is working. I don't think the Clear Line (Esc) is working. I tried Esc and the context menu. This didn't seem to work from either. But, I've never used that so not exactly sure what is supposed to do. |
If you're typing debug commands in the input text box at the bottom of the screen, then press Esc (or right-click>Clear Line), then it should clear the input text line. Since the Alt-C (Clear Screen) works, I'd assume that Esc (Clear Line) would work as well, unless the Mac does something funky with the Esc key. |
Oh, yep that works as well. |
Thanks. I was hoping for that. It must just be the cut/copy/paste shortcuts that need to be in the Application Menu. I'll get to work on that tomorrow. |
Cut/copy/paste should now be working on macOS in release v0.0.2. |
I'll give it a try. Thanks. |
Yep - (Command-C) copy works now. Thanks. |
Great! I'll close this issue then. Fixed with commit: d58c810 |
I am trying to copy and past from violetbug and I use OSX key commands alot.
The key command (command+C) does not seem to work.
The right-click context menu has an option for copy that does work.
Great tool! Thanks.
The text was updated successfully, but these errors were encountered: