6

I have been using Emacs for a while now and figured that Meta is Alt. Problem is Spyder recognizes both Meta and Alt in its list of shortcuts.

enter image description here

In fact, the shortcut for end of line that works for me turns out to be Ctrl + e, just like the one in Emacs. This is confusing.

Any help will be appreciated. I'm using Ubuntu 16.04 and Spyder 3.1.4.

6

(Spyder developer here) According to the Qt documentation:

On Mac OS X, this [the Meta key] corresponds to the Control keys. On Windows keyboards, this key is mapped to the Windows key.

So we are simply following Qt usage.

Note: Qt is the graphical toolkit on top of which Spyder is built.

4
  • 2
    This works very poorly though, as Windows_key in combination with most other keys is some built-in Windows command. Almost none of the Meta-shortcuts in Spyder works on Windows, instead Windows is doing all kinds of stuff.
    – PaulMag
    Feb 22 2019 at 14:47
  • 2
    We're aware of that and we're trying to fix it for Spyder 4. Feb 22 2019 at 15:32
  • so what is the current Meta key on Windows? can it be configured by user? where?
    – jon rios
    Apr 17 2021 at 2:53
  • It's the Windows key (it's on my answer above). And no, it can't be configured by the user. Apr 17 2021 at 3:50

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Not the answer you're looking for? Browse other questions tagged or ask your own question.