Skip to content
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

Cannot paste into commit message #25

Open
tfnico opened this issue Mar 16, 2015 · 3 comments
Open

Cannot paste into commit message #25

tfnico opened this issue Mar 16, 2015 · 3 comments

Comments

@tfnico
Copy link

tfnico commented Mar 16, 2015

Atom seems to be capturing the Paste command. This kind of ruins
the experience of committing with Ungit.

@jung-kim
Copy link
Owner

I did some digging, and when you type in cmd-v in keybinding view, one can see that there are multiple entries. For example, tree-view has it's own implementation of cmd-v. Which is understandable.

So it seems that ungit would have to be implemented ins a similar fashion, especially considering ungit is designed after https://atom.io/packages/atom-html-preview and it is suffering same problem.

Which is supper annoying for an webview like this one and I'm sure it would require different key bindings to support windows.

In short, I think this will be a tricky one despite it being rudimentary and basic functionality.

@seleckis
Copy link

+1
And cannot paste into "Enter path to repository" field.

@ghost
Copy link

ghost commented Nov 9, 2015

Works for me Atom 1.1.0, atom-ungit 0.5.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants