Search found 19 matches

by mikhail22
23 Mar 2022, 17:30
Forum: Ask for Help (v1)
Topic: Change script triggered by my mouse's position and exclude applications Topic is solved
Replies: 14
Views: 1109

Re: Change script triggered by my mouse's position and exclude applications Topic is solved

@Russ I don't know what I did, but it does work, I mean the distance I move the mouse is not the same as the distance the scroll block moves, the mouse moves the distance a, but the scroll block moves the distance b, I want a=b, the distance the mouse moves is sent to the wheel event after some cal...
by mikhail22
18 Mar 2022, 11:53
Forum: Ask for Help (v1)
Topic: How to set the mouse cursor icon?
Replies: 5
Views: 1171

Re: How to set the mouse cursor icon?

@teadrinker
that is interesting, but in my case I have never had single AHK script with several guis.
by mikhail22
18 Mar 2022, 11:03
Forum: Ask for Help (v1)
Topic: How to set the mouse cursor icon?
Replies: 5
Views: 1171

Re: How to set the mouse cursor icon?

Thanks, it works teadrinker . There is however seldom flickering back to default arrow, very seldom but still. BTW I have found this tutorial https://www.autohotkey.com/boards/viewtopic.php?t=61496 It works and does not flicker at all and does not require message tracking. Here is minimal example: G...
by mikhail22
16 Mar 2022, 19:33
Forum: Ask for Help (v1)
Topic: How to set the mouse cursor icon?
Replies: 5
Views: 1171

How to set the mouse cursor icon?

How to set the mouse cursor correctly? I just want to set it to crosshair but I can't. Below is the test script, it works but only if the mouse is not moving, if I move it even a bit it resets back to arrow. I want it to stay as crosshair if I'm inside my GUI. #SingleInstance force ; Gui, +LastFound...
by mikhail22
02 Dec 2021, 14:02
Forum: Ask for Help (v1)
Topic: Tab Character in Gmail
Replies: 10
Views: 1007

Re: Tab Character in Gmail

mikhail22: when you run the script and press F3 in a Gmail composition, nothing happens? Which browser? Firefox. Yep, nothing happens if I press it in the body of the message, but everywhere else it works, so it is the message composer only issue. If I choose "plain text mode" in the composer, it i...
by mikhail22
01 Dec 2021, 22:30
Forum: Ask for Help (v1)
Topic: Tab Character in Gmail
Replies: 10
Views: 1007

Re: Tab Character in Gmail

mikeyww wrote:
01 Dec 2021, 22:19
You are mistaken and perhaps did not try the solution already posted.
I did, it does nothing.
Also sending text including tab chars results in text excluding tabs, so it filters out the tabs from the stream and clipboard as well.
by mikhail22
01 Dec 2021, 22:17
Forum: Ask for Help (v1)
Topic: Tab Character in Gmail
Replies: 10
Views: 1007

Re: Tab Character in Gmail

I don't think Gmail allows inserting a Tab character at all, regardless of the input method, e.g. Gmail message composer just suppresses tab chars or converts to spaces in plain text mode.
by mikhail22
20 Oct 2021, 21:44
Forum: Ask for Help (v1)
Topic: Reading mouse input alternatives to 'mousegetpos'
Replies: 4
Views: 518

Re: Reading mouse input alternatives to 'mousegetpos'

I believe that the question is how to read the device's output rather than the cursor position. Yes, exactly, I want to read the mouse input even if the cursor it is 'stuck' on the border of the screen. And accordingly, I want to read the mouse input if I block the cursor with 'Blockinput' statemen...
by mikhail22
20 Oct 2021, 20:41
Forum: Ask for Help (v1)
Topic: Reading mouse input alternatives to 'mousegetpos'
Replies: 4
Views: 518

Reading mouse input alternatives to 'mousegetpos'

I suppose the answer is "no", but maybe I missed something on this topic, so is it possible to somehow read the (relative) mouse movement other than just reading via 'mousegetpos'? The problem with 'mousegetpos' is that it is bound to the screen and will obviosly stop changing on the screen border, ...
by mikhail22
27 Mar 2019, 10:37
Forum: Scripts and Functions (v1)
Topic: Mouse scroll
Replies: 2
Views: 5189

Re: Mouse scroll

you don't need 3 files, but only one: - mouse-scroll-v02.ahk. - I prefer don't block rbutton, I used "Shift" key instead is great Yes, if you use other button and there is no conflict, only the main script is needed. Though using mouse button has one big benefit - one hand operation. E.g. just brow...
by mikhail22
14 Dec 2018, 17:38
Forum: Scripts and Functions (v1)
Topic: Mouse scroll
Replies: 2
Views: 5189

Mouse scroll

Here I want to share the Mouse Scroll script that I wrote. I keep the sources on Github and update regularly. Please see the link for downloads and full description: https://github.com/Mikhail22/Autohotkey---Mouse-scroll So, in short it is a simple app which adds very nice mouse scroll functionality...
by mikhail22
10 Dec 2018, 08:35
Forum: Ask for Help (v1)
Topic: Windows 10. Make current window move to the end of the alt-tab list
Replies: 4
Views: 1465

Re: Windows 10. Make current window move to the end of the alt-tab list

I found it sufficient to simply remove the style and restore it. I used it in this script (for v1). ; Remove the window from the alt-tab list temporarily to force ; it to the end of the list. To do this, temporarily apply the ; WS_EX_TOOLWINDOW style and remove WS_EX_APPWINDOW (if present). WinGet ...
by mikhail22
14 Nov 2018, 14:00
Forum: Forum Issues
Topic: Codebox theme
Replies: 33
Views: 10525

Re: Codebox theme

Be happy, in the dark 'Digi' theme, which I prefer, syntax highlighting doesn't work at all... I think it's all still in the works. That's right - with Digi i see no syntax in codeboxes , it's all green Courier font . In Prosilver and Simplicity there is syntax highlighting, but with dark theme. Li...
by mikhail22
14 Nov 2018, 05:59
Forum: Forum Issues
Topic: Codebox theme
Replies: 33
Views: 10525

Codebox theme

Syntax highlighting works today on the forum. But please, not this dark theme!
Dark boxes looks awful, please make some light theme.
by mikhail22
14 Nov 2018, 04:42
Forum: Ask for Help (v1)
Topic: Windows 10. Make current window move to the end of the alt-tab list
Replies: 4
Views: 1465

Windows 10. Make current window move to the end of the alt-tab list

On Windows 10, how to make current window move to the end of the alt-tab list? I have tried: WinSet, Bottom ,, A But this just minimized the window and it is still second top in the Alt-tab list. I want to move current window to the very bottom of the list. IIUC the above code worked in the past and...
by mikhail22
09 Nov 2018, 04:45
Forum: Ask for Help (v1)
Topic: Double quote symbols appear as @ symbols in Command Prompt window
Replies: 12
Views: 3334

Re: Double quote symbols appear as @ symbols in Command Prompt window

I have this issue in cmd.exe on Windows 10, and still don't understand what is causing this. All punctuation signs in a string with send command are substituted with the symbols from different keyboard layout, as if I was typing them with cyrillic layout switched on, but it is not on. And it happens...
by mikhail22
17 Sep 2018, 08:58
Forum: Off-topic Discussion
Topic: Japanese keyboards - extra keys near the spacebar
Replies: 0
Views: 995

Japanese keyboards - extra keys near the spacebar

Hi! I am looking for a keyboard with some extra keys in the area of my left thumb. I use graphic tablet often and I need extra keys for emulating mouse click, because otherwise it is very hard to work :? . Currently I use Autohotkey to bind the LWin key to perform mouse click, but it is inconvenient...
by mikhail22
14 Jan 2018, 15:42
Forum: Ask for Help (v1)
Topic: Read mouse button state not working Topic is solved
Replies: 1
Views: 630

Re: Read mouse button state not working Topic is solved

OOPS :)
Guys sorry, it seems that was just my fault - I made a typo:

Code: Select all

pan := getkeystate("rbutton", "P")
^This works (I forgot quotes around "P" in my first version)
Sorry
by mikhail22
14 Jan 2018, 14:12
Forum: Ask for Help (v1)
Topic: Read mouse button state not working Topic is solved
Replies: 1
Views: 630

Read mouse button state not working Topic is solved

Hi! I am making a simple scroll script. Till now everything fine, but I can't figure how to read mouse button state. It works with the keyboard but not with the mouse! And it is strange, I don't see what I am doing wromg . The script must scroll down when a key is hold. Here is full code tested on w...

Go to advanced search