question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't select text

See original GitHub issue

Hello, I really hope this is just me, but I can’t select text in windows 7, python 3.4 using v0.9.30:

import pyautogui as p
import time as t

t.sleep(3)
p.keyDown('shift')
p.press('left')
p.keyUp('shift')

also:

p.hotkey('shift', 'left')

doesn’t work…

The sleep is to give me time to manually click into notepad where I’ve some text prepared, but am i missing something??

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:2
  • Comments:7

github_iconTop GitHub Comments

1reaction
dedeswimcommented, Dec 28, 2018

I know it’s a lot of time, but I spent a whole afternoon trying to solve this issue, and I wanted to be useful for future users who will face this problem as well.

1reaction
dedeswimcommented, Dec 19, 2018

Hey guys, have you checked whether you have Bloc Num enabled? I had the same issue, but I solved disabling it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Selecting text with mouse not working. - Microsoft Community
Just go into mouse under Control Panel you'll find it under the buttons tab and uncheck it. Image. 73 people found ...
Read more >
I Can't Select Text in the Body of an Email in Outlook
A text formatting keyboard shortcut could be the cause of your inability to select Outlook text. Try typing a random text from your...
Read more >
Can't select text with mouse in Word or Outlook? - Wyzant
1 Expert Answer ... Is your mouse wireless? I have had this problem before and realized my mouse needed new batteries. If it...
Read more >
Can't select text with mouse in Word or Outlook - Super User
I cannot select text with my mouse in Word and Outlook. I can for a little while, then I can't, so, I close...
Read more >
Can't Select Text to Copy and Paste - Apple Community
If you're using a third-party web browser, install any available updates for it: Update apps or use automatic downloads. Also, restart your iPhone:...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found