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.

want a docs pull-request for an 'autohotkey' Windows alternative?

See original GitHub issue

Python Version

No response

Django Version

No response

Package Version

No response

Description

Hi Adam,

I’m using the below with AutoHotKey to quickly refresh my browser via a hotkey. It’s Windows specific though (although I bet there’s alternatives for Mac and Linux).

I find it useful to refresh only at key moments, which this solution offers.

Happy to add a section to your docs if you want, on this solution. Or if you’d prefer, I could just flesh this solution out in a blog, and just reference that. No probs if you feel this is not a good idea 😃

Cheers, Andy.

F2::
; Save current window
WinActivate,ahk_class Chrome_WidgetWin_1

; ---------------------------------------

; Refresh Chrome
Process, Exist, chrome.exe
    If(ErrorLevel) {
        WinActivate, ahk_pid %ErrorLevel%
        Send {F5}
    }

; ---------------------------------------

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
adamchainzcommented, Jan 4, 2022

I think a blog post is the best place to describe your solution.

I’m happy to add a docs section with links to alternatives, for those who find django-browser-reload doesn’t work for them, for whatever reason.

Have you tried django-browser-reload? How does it compare?

0reactions
adamchainzcommented, May 18, 2022

Closing due to age, but feel free to open a PR in the future for an “alternatives” section.

Read more comments on GitHub >

github_iconTop Results From Across the Web

MS Office COM Basics - AutoHotkey Community
There are several tutorials on the forums for specific Microsoft (MS) Office programs, and many more Ask For Help topics about specific tasks....
Read more >
AutoHotkey - macro-creation and automation ... - GitHub
AutoHotkey. AutoHotkey is a free, open source macro-creation and automation software utility that allows users to automate repetitive tasks.
Read more >
awesome-vscode | A curated list of delightful VS Code ...
C# - C# extension by Microsoft, read official documentation for the details ... vscode-flow-ide - an alternative Flowtype extension for Visual Studio Code ......
Read more >
Autohotkey Alternative - Phrase Express
Learn why you may want to try PhraseExpress, the AutoHotkey alternative with ... AutoHotkey is a software with awesome Windows automation capabilties.
Read more >
On the road to better documentation - Sciter
Problem is that I need documentation for at least of two types of ... But not from Microsoft or Apple please – they...
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