-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Copy selected text in terminal using CMD+c on macOS doesn't work #1379
Comments
@erf Did you build from source? If so, would you mind trying out the linked PR branch? Keep in mind, that the Command key is called Meta (to be somewhat more unified with other platforms, such as Windows and Linux). Should we add |
Previously i installed via homebrew, but i managed to install it from source now (adding lots of deps to homebrew..).
BTW when i'm typing after building from source, input is all CAP's. |
Merry Christmas, @erf 🎄
Please, I do not understand this sentence. What did you mean by that? EDIT: Okay, now I understand. I fixed that. I've also merged #1382 to master now. This at least fixed Command + C/V for me. I'd love you to confirm that. input_mappings:
# ...
- { mods: [Command], key: C, action: CopySelection, mode: 'Select' }
- { mods: [Command], key: C, action: CancelSelection, mode: 'Select|Insert' }
- { mods: [Command], key: V, action: PasteClipboard }
# ... |
Merry Christmas 🎅 I got the latest from master and tried to build now but when i do:
I get the error:
Which is maybe not the correct output path? |
Sorry @erf for replying late. Did you fix it by now? Maybe you cannot write that file when it is currently being executed. Otherwise I would probably fully remove the build dir and recompile freshly. 🤔 |
I got it building after deleting the BTW when i build i get a bunch of these QT errors ( i still seem to build though):
|
Did you update your contour config to use Command instead of Control? As for the errors, those are runtime... @christianparpart what step is he missing? |
Oh do i have to update the config manually? I thought it would be the default mapping on macOS |
After i update the key commands manually it works - i would however prefer is this was the default on macOS. BTW i noticed the executable is not copied to the
@christianparpart do you have a mac to test on? |
That is correct, you didn't change the install path of cmake
He does |
Is this mentioned anywhere? |
https://cmake.org/cmake/help/v3.0/variable/CMAKE_INSTALL_PREFIX.html It's there by default |
This is going to become the default eventually. We're in the middle of reworking configuration loading implementation in #1300. With that, we're then also making sure to provide sane defaults for the platform in question. :)
I am getting these errors too, when I'm building locally. I am really no MacOS pro (even though I'm using one, I'm more the Linux guy). If someone knows how to help out here, I'd be more than happy. (I was just recently fighting Mac + Qt install process until 🥵 💥)
You need to set |
Would it be possible to set |
I think MacOS would be the only one where that could would make sense. We
could give that a try ...
|
Abstract
Copy selected text in terminal using CMD+c on macOS doesn't work. This is possible on other popular macOS terminals.
Motivation
Specification
The text was updated successfully, but these errors were encountered: