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

"switch to console" keyboard shortcut doesn't do anything #7465

Closed
10 tasks done
mind6 opened this issue Jul 16, 2018 · 4 comments
Closed
10 tasks done

"switch to console" keyboard shortcut doesn't do anything #7465

mind6 opened this issue Jul 16, 2018 · 4 comments

Comments

@mind6
Copy link

mind6 commented Jul 16, 2018

Issue Report Checklist

  • Searched the issues page for similar reports
  • Read the relevant sections of the Spyder Troubleshooting Guide and followed its advice
  • Reproduced the issue after updating with conda update spyder (or pip, if not using Anaconda)
  • Could not reproduce inside jupyter qtconsole (if console-related)
  • Tried basic troubleshooting (if a bug/error)
    • Restarted Spyder
    • Reset preferences with spyder --reset
    • Reinstalled the latest version of Anaconda
    • Tried the other applicable steps from the Troubleshooting Guide
  • Completed the Problem Description, Steps to Reproduce and Version sections below

Problem Description

"switch to console" keyboard shortcut doesn't do anything.

What steps reproduce the problem?

  1. have one ipython console and one editor window open
  2. put mouse cursor in editor window
  3. press ctrl+shift+c

What is the expected output? What do you see instead?

nothing happens. Spyder does receive the ctrl+shift+c input on my computer, because I can set other commands to this combo and they work fine.

Versions

  • Spyder version: 3.2.8
  • Python version: 3.6.5 64-bit
  • Qt version: 5.9.4
  • PyQt version: 5.9.2
  • Operating System name/version: Windows 10

Dependencies

IPython >=4.0    :  6.4.0 (OK)
cython >=0.21    :  0.28.2 (OK)
jedi >=0.9.0     :  0.12.0 (OK)
nbconvert >=4.0  :  5.3.1 (OK)
numpy >=1.7      :  1.14.3 (OK)
pandas >=0.13.1  :  0.23.0 (OK)
pycodestyle >=2.3:  2.4.0 (OK)
pyflakes >=0.6.0 :  1.6.0 (OK)
pygments >=2.0   :  2.2.0 (OK)
pylint >=0.25    :  1.8.4 (OK)
qtconsole >=4.2.0:  4.3.1 (OK)
rope >=0.9.4     :  0.10.7 (OK)
sphinx >=0.6.6   :  1.7.4 (OK)
sympy >=0.7.3    :  1.1.1 (OK)

@bcolsen
Copy link
Member

bcolsen commented Jul 16, 2018

I can confirm this ctrl+shift+c seem to do nothing since the spyder python console is now removed.

@mind6 The console you want to get to is the IPython console currently so use ctrl+shift+i or you can change this to ctrl+shift+c in the preferences if you like.

To fix this I would suggest removing this python console shortcut and potentially change the IPython shortcut to ctrl+shift+c as this might be more intuitive.

@ccordoba12
Copy link
Member

To fix this I would suggest removing this python console shortcut

Done in PR #7471.

potentially change the IPython shortcut to ctrl+shift+c as this might be more intuitive.

We can discuss this for Spyder 4 but I'd prefer to leave it as it is for our 3 series.

@bcolsen
Copy link
Member

bcolsen commented Jul 16, 2018

We can discuss this for Spyder 4 but I'd prefer to leave it as it is for our 3 series.

I agree.

@mind6
Copy link
Author

mind6 commented Jul 18, 2018

Thanks for your quick solutions. I should have looked for the "switch to ipython console" command before I posted.

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

No branches or pull requests

3 participants