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

F3 Not Working on bpython-curses in Windows 10 #802

Open
somacdivad opened this issue Apr 8, 2020 · 1 comment
Open

F3 Not Working on bpython-curses in Windows 10 #802

somacdivad opened this issue Apr 8, 2020 · 1 comment
Labels
keyboard-bug Bugs related to keyboard parsing and/or terminals.

Comments

@somacdivad
Copy link

Hello,

I cannot get F3 to work in bpython-curses on Windows 10.

I am using:

  • Windows 10 version 1903 (running in Parallels Desktop on a MacBook)
  • windows-curses version 2.1.0
  • bpython version 0.19

When I execute bpython-curses from PowerShell, cmd.exe, or the Windows Terminal app, the interpreter starts without problem, but F3 does nothing.

Is bpython configurable on Windows? Could I just create a config file somewhere? If so, where should that go? C:\Users\<user>\AppData\Local\bpython\?

@supakeen
Copy link
Member

Hey, the configuration file used by bpython comes from the XDG_CONFIG_HOME environment variable which is likely unset in case of Windows. If it's not set then we fall back to ~/.config/bpython which on Windows should be C:\Users\<user>\.config\bpython\.

Is F3 bound to something in Windows environments perhaps?

@supakeen supakeen added the keyboard-bug Bugs related to keyboard parsing and/or terminals. label Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keyboard-bug Bugs related to keyboard parsing and/or terminals.
Projects
None yet
Development

No branches or pull requests

2 participants