Giter Club home page Giter Club logo

autohotkey-scripts-.ahk's People

Contributors

drugoy avatar geekahedron avatar manavortex avatar stevoisiak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

autohotkey-scripts-.ahk's Issues

[MasterScript.ahk] NoTrayOrphans() is not compatible with x64 version of AutoHotkey

Just some insight on the problem:
That function was written not by me, so a month ago I've reported that bug to the function's author and he replied that he will look into it soon.
There was no progress until today, when I re-pinged him (and also pinged SKAN, who once said he might want to rewrite that function).
The author has no x64 machine to test, so I have to test it by myself.
The beta version doesn't yet work (error: duplicate function).

If none of them would be able to fix the issue (or re-write the function) - I'll probably have either to bear with a living bug or dig to the bottom of it by myself.

AltTab FingerTips Script

Hi, Please let know how to change shortcut (F10) in this script to for e.g. F9. Do we need to just replace F10 written after the variable AltTabFingertipsHK.

Please advise.

Thanks for the help

regards,

DetachVideo

Так понимаю, публичная версия DetachVideo уже не работает. Существует ли обновленная версия данного сценария?

License?

Hello I would love to know which license are you using.
I'm particularly interested in extending moveout functionality to fit my needs. Once it is completed and stable I would like to release it and I need to know how to give you credit properly. Please consider including a license.md file in the repository.

Thanks in advance.

LabelControl: labels in the wrong place on 4k monitor

Hello

Since a few days I am using LabelControl on a 4k monitor.
Unfortunately many of the labels (tooltips) appear in the wrong place.
image

Is there anything I can do to solve the problem?
If it is a bug, can you solve it?

Thanks for making this utility available.

Regards

[MasterScript.ahk] Combine buttons into "pause/unpause" + "suspend/unsuspend"

Currently, the script has separate buttons because it can't recognize scripts' states.
There's a way to recognize scripts states, that has to be implemented first.

Part of the code that seems to do that (taken from AHKControl.ahk, by Lexikos):

mainMenu := DllCall("GetMenu", "uint", script_id)
fileMenu := DllCall("GetSubMenu", "uint", mainMenu, "int", 0)
isPaused := DllCall("GetMenuState", "uint", fileMenu, "uint", 4, "uint", 0x400) >> 3 & 1
isSuspended := DllCall("GetMenuState", "uint", fileMenu, "uint", 5, "uint", 0x400) >> 3 & 1
DllCall("CloseHandle", "uint", fileMenu)
DllCall("CloseHandle", "uint", mainMenu)

[moveout] FileMove does not understand yes or no as flags

About line 133 you can see the following code

  If replace=No
    FileMove,%longpath%,%target%,%replace%
  Else
  If replace=Yes
    FileMove,%longpath%,%target%,%replace%

As long as I know, fileMove does not understand yes and no as parameter.
And if you are going to pass the replace value as parameter, why not just check both and just call once?

  If replace=No or replace=yes
    FileMove,%longpath%,%target%,%replace%

Please note that I don't have a deep knowledge of AHK and I'm just assuming the most usual about programming in general.

transformTextLayout

Пользуюсь Вашим сценарием-альтернативой PuntoSwitcher, могли бы Вы для меня немного изменить функцию по конвертированию текста, а именно таким образом, чтобы весь выделенный текст заменялся на противоположный? Например, текст "Привет! Rfr ltkf&" заменялся на "Ghbdtn! Как дела?". Возможно, это окажется полезным не только для меня. Спасибо!

[MasterScript.ahk] Start without showing window

Hi Drugoy,

Thank you for your script collection. I want to start MasterScript on windows startup in hidden/tray mode (I don't want its window to pop-up).

I see no settings that would control this behavior. Is there a way to do this?

Thanks!

[MasterScript.ahk] Consider adding support of controlling compiled ahk-scripts

Currently, MasterScript keeps track of only .ahk scripts, but it could use the ahk_class AutoHotkey filter on exe-files to add support of the compiled scripts.

That will probably require quite a major rewrite (check all the functions, add another "or" condition to fulfill the "scriptsSnapshot" array and so on).

[Moveout] overwrite should be mandatory

Hello,

Currently if overwrite is not set, any action will be performed on files matching a rule. With this behavior selecting something in overwrite drop-down should be mandatory. The other option is to have a fallback if this option is not set, for example move if there is no conflict.

Invalid Iaccessible object

Hi Drugoy

Tried to run the AccViewer script today, it gives an error
(Invalid Iaccessible object) when you try to select something in line 508 when you try to select something, Do you know about it? is it something on my end?

image

Virus Detected

I tried to clone the dir and Windows defender picked up the scripts as trojans. Is this normal for zipped AHK scripts?

ACC viewer

Hello!

I am interested in the ACC viewer script. Would you be interested in making improvements to it?

I am developing a script for people with poor eye-sight and I integrated ACC viewer into it, but I see no work has been put into it from 2012/2013... and it has a few bugs, but I am not good at DLL calls to make fix it myself...

Thank you very much.

Best regards, Marius.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.