No Mouse support in Windows 10
See original GitHub issueI have a full screen application written with prompt toolkit.
self.app = Application(layout=layout, full_screen=True, mouse_support=True...)
The application works fine in Mac and Linux envs. But cannot scroll in Windows 10 command prompt. What is the reason for this and can it be fixed? Or is there an alternative (like enabling scrolling with keyboard)
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Mouse and keyboard problems in Windows - Microsoft Support
Troubleshoot problems you might be having with your mouse or keyboard, or other wireless device in Windows.
Read more >Mouse Not Working in Windows 10? How to Fix ... - MakeUseOf
Windows 10 Mouse Fixes to Try First · Check your mouse or wireless adapter hasn't become unseated in its port · Try fully...
Read more >Mouse Cursor Disappears on Windows 10 [Solved] - Driver Easy
Your mouse pointer may disappear if you are using the wrong mouse driver or it's out of date. So you should update your...
Read more >Mouse Pointer Disappears in Windows 10? 12 Ways to Fix
1. Restart Your Computer · 2. Check the Connection & Batteries · 3. Test the Mouse on Something Else or Try Another Mouse...
Read more >Mouse Not Detected or Working in Windows - Computer Hope
If your USB mouse does not work on the computer, the USB port drivers may be corrupt. Two options for trying to fix...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thank you for reporting this issue @yzhang1994!
This looks like a bug. I’m not yet sure what’s going on. It looks like the same issue is present in prompt_toolkit 2.0.
Hi @yzhang1994
I was able to fix this in win32.py by doing this ( see #1232 ):
Maybe this will work for you?