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

Linux: ctrl+v not working on 1.4.2 #2141

Closed
raphaklaus opened this issue Aug 30, 2017 · 10 comments
Closed

Linux: ctrl+v not working on 1.4.2 #2141

raphaklaus opened this issue Aug 30, 2017 · 10 comments

Comments

@raphaklaus
Copy link

No description provided.

@miguelmich
Copy link

Did you tried Ctrl + Shift + V? I think this has to be with #1876

@miguelmich
Copy link

btw: if you want to know what are the available keymaps

@raphaklaus
Copy link
Author

Ctrl+ Shift + V works, but I almost right that ctrl+v worked in the latest releases.

@hyphaene
Copy link

hyphaene commented Aug 31, 2017

I'll extend this :

 "pane:splitVertical": "ctrl+right",
  "pane:splitHorizontal": "ctrl+down",
  "pane:close": "ctrl+w",
  "editor:undo": "ctrl+z",
  "editor:redo": "ctrl+y",
  "editor:cut": "ctrl+x",
  "editor:copy": "ctrl+c",
  "editor:paste": "ctrl+v",

none of these work ! ( Ubuntu 16.04, latest version of Hyper : 1.4.2)

@miguelmich
Copy link

@hyphaene I'm on Ubuntu 16.04 with the same version and it worked for me, did you try restarting the app?

@miguelmich
Copy link

Yes, the same here @raphaklaus it was working that way before the last two releases, maybe with #1876 things changed.

@miguelcg
Copy link
Contributor

@hyphaene I think you mentioned the wrong user :)

@miguelmich
Copy link

@hyphaene yes, I think keymaps should be outside of config, try to put it below localPlugins: [],

@hyphaene
Copy link

hyphaene commented Aug 31, 2017

@miguelcg my bad !

@miguelmich Perfect ! I didn't notice ... thanks !

I removed my post to keep this issue cleaner .

@chabou
Copy link
Contributor

chabou commented Sep 5, 2017

It is better to not use ctrl+[a-z] as default keymaps, because it is reserved to shell and command line programs.
But you can change it easily.

@chabou chabou closed this as completed Sep 5, 2017
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

5 participants