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

Spyder Terminal Clipboard not working with Ctrl-C, Ctrl-V, Ctrl-X #334

Open
richlysakowski opened this issue Oct 4, 2022 · 2 comments
Open

Comments

@richlysakowski
Copy link

Standard Windows Keyboard Shortcuts are not working with Spyder Terminal Clipboard

I see that Ctrl-Alt-C, Ctrl-Alt-X, Ctrl-Alt-V must be used. This requires an awkward three-finger operation that strains the fingers and will contribute to repetitive strain injury for susceptible people.

Please change these back to the Standard established decades ago.
Millions of people use these many time every day. Tradition is tradition!

What steps will reproduce the problem?

  1. Select text
  2. Try Ctrl-C, Ctrl-V, or Ctrl-X
  3. Try to paste the text anywhere, and there is nothing on the clipboard.

What is the expected output?

Copy or Paste text in Spyder Terminal

What do you see instead?

Nothing happens.

Versions and main components

python 3.9.13 h9a09f29_0_cpython conda-forge
spyder 5.3.3 py39hcbf5309_0 conda-forge
spyder-kernels 2.3.3 py39hcbf5309_0 conda-forge
spyder-terminal 1.2.2 py39hcbf5309_0 conda-forge

  • Operating system: Windows 10
    Python: 3.9.13 | packaged by conda-forge | (main, May 27 2022, 16:50:36) [MSC v.1929 64 bit (AMD64)]
    CPU: Intel64 Family 6 Model 158 Stepping 10, GenuineIntel
    Arch: ('64bit', 'WindowsPE')
    OS: win32
    OS Ver: 10.0.19044
@ccordoba12
Copy link
Member

Hey @richlysakowski, thanks for reporting. Keyboard shortcuts that only depend on Ctrl can't be used on standard terminals because they are already taken by them. For instance, Ctrl+C is used to terminate the current command, Ctrl+Q to send it to the background, etc.

However, if you find the shortcuts we set a bit odd, you can change them by going to Preferences > Keyboard shortcuts, filtering by terminal at the bottom and change them to others that work better for you.

image

@ccordoba12
Copy link
Member

As an improvement, I think we could drop the Ctrl at the beginning and leave them as Alt+Shift+C and Alt+Shift+V (not really sure if that's really possible though).

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

2 participants