Search found 206 matches
- 09 Jan 2020, 17:58
- Forum: Ask For Help
- Topic: WheelUp/WheelDown hotkeys not suppressing original meaning properly
- Replies: 1
- Views: 348
Re: WheelUp/WheelDown hotkeys not suppressing original meaning properly
I still have this problem and actually it is not limited to WheelUp/Down , it happens with other hotkeys as well. When I use #m as a hotkey for example, sometimes (quite often actually) all windows get minimized, as this is the original meaning of the hotkey in Win 10. It is really annoying but I do...
- 31 Dec 2019, 05:20
- Forum: Editors
- Topic: Setup Notepad++ for AutoHotkey
- Replies: 137
- Views: 330139
Re: Setup Notepad++ for AutoHotkey
I did not, I think it is not possible.
- 23 Dec 2019, 14:43
- Forum: Ask For Help
- Topic: WheelUp/WheelDown hotkeys not suppressing original meaning properly
- Replies: 1
- Views: 348
WheelUp/WheelDown hotkeys not suppressing original meaning properly
Hi there, I have this code: ^WheelUp:: SendInput, {WheelUp} ^WheelDown:: SendInput, {WheelDown} or !WheelUp:: SendInput, {WheelUp} !WheelDown:: SendInput, {WheelDown} They do not fully suppress the original meaning of the hotkey. I have tested it with Chrome, Photoshop and PDF-XChange Editor. In PS ...
- 18 Dec 2019, 09:47
- Forum: Editors
- Topic: Setup Notepad++ for AutoHotkey
- Replies: 137
- Views: 330139
Re: Setup Notepad++ for AutoHotkey
Is there no way to get AutoComplete to display the calltips for commands? The file contains them, but I do not get them to show up, except for functions.
- 06 May 2019, 07:14
- Forum: Ask For Help
- Topic: SendInput with keydelay?
- Replies: 6
- Views: 1206
Re: SendInput with keydelay?
Alright, maybe another person is interested in answering my questions. :D I also recognized that slowing input down is also necessary sometimes because the input is too fast for a program. For example, when I want so send ^n{Alt}fs to SciTE4AutoHotkey to create a new doc and save it right away it is...
- 30 Apr 2019, 14:31
- Forum: Ask For Help
- Topic: SendInput with keydelay?
- Replies: 6
- Views: 1206
Re: SendInput with keydelay?
It is rather a general question and OpenOffice was just an example I sometimes use it for. When I have to adapt to an application I only use once in a while or really only once the advantage of automation is gone when it is only a short job. I then use SendEvent to slow the input down and I can see ...
- 29 Apr 2019, 08:52
- Forum: Ask For Help
- Topic: SendInput with keydelay?
- Replies: 6
- Views: 1206
Re: SendInput with keydelay?
I mean I want to watch the input. I often use AutoHotkey for small tasks that I semi-automate (e.g. while I hold the hotkey something is send into mutliple OpenOffice calc fields). When I use much time writing code then the benefit diminishes, so I would like to watch what AHK does to see any mistak...
- 26 Apr 2019, 16:20
- Forum: Ask For Help
- Topic: SendInput with keydelay?
- Replies: 6
- Views: 1206
SendInput with keydelay?
Hi there, SendInput is said to be the most reliable method to send keystrokes, but it does not support keydelay because of OS restrictions. I often want to automate keystrokes so that I do not need to type the same thing repeatedly but still monitor the application I use it for. Therefore it is impo...
- 26 Apr 2019, 15:32
- Forum: Bug Reports
- Topic: SendInput, {Raw}"{Tab}" -> Control key stuck
- Replies: 9
- Views: 2966
Re: SendInput, {Raw}"{Tab}" -> Control key stuck
I will probably use Text mode then. Perhaps what you meant was that "having #UseHook vs. not having #UseHook makes no difference, the problem still occurs in the same way", but that's not how it came out. That is exactly what I meant to say. Sorry for my misleading wording. Sometimes, even when you ...
- 22 Apr 2019, 07:07
- Forum: Bug Reports
- Topic: SendInput, {Raw}"{Tab}" -> Control key stuck
- Replies: 9
- Views: 2966
Re: SendInput, {Raw}"{Tab}" -> Control key stuck
First of all I need to correct myself: On my Win10 system the problem occurs in the way I mentioned at first, as well as the way Rohwedder posted. Only on the Win7 system it is limited to the latter. I replaced #InputLevel 1 by #UseHook and it changes nothing, the problem still occurs in the same wa...
- 21 Apr 2019, 08:30
- Forum: Bug Reports
- Topic: SendInput, {Raw}"{Tab}" -> Control key stuck
- Replies: 9
- Views: 2966
Re: SendInput, {Raw}"{Tab}" -> Control key stuck
Please excuse my absence. I have somehow trashed the topic reply notification email and was busy with other things, thus I did not realize it. I retested it with AutoHotkey v1.1.30.03 (Unicode 64-bit) with Win10 64-bit (10.0.17134 Build 17134) - the problem still occurs in the same way and reproduci...
- 08 Dec 2018, 15:22
- Forum: Bug Reports
- Topic: SendInput, {Raw}"{Tab}" -> Control key stuck
- Replies: 9
- Views: 2966
SendInput, {Raw}"{Tab}" -> Control key stuck
Hi there, I have a problem with the following code. There is no other code in the script at all, but it makes no difference. F1:: SendInput, {Raw}"{Tab}" The control key always gets stuck until I press it. However, it is very weird, it only applies for numbers. 1 becomes Ctrl+1 , 2 becomes Ctrl+2 an...
- 02 Dec 2018, 20:45
- Forum: Ask For Help
- Topic: Stuck with simple problem Topic is solved
- Replies: 8
- Views: 1799
Re: Stuck with simple problem Topic is solved
Alright, thanks a lot.
- 27 Nov 2018, 13:47
- Forum: Ask For Help
- Topic: Problems with own SendInput function
- Replies: 13
- Views: 4547
Re: Problems with own SendInput function
Hi there, the problem indeed got fixed. Now I have another problem that bothers me and I think this might be the best place to ask for help, as it is related with my own SendInput function. The code of the function is provided in the first post. This code works perfectly fine: #MenuMaskKey vkFF #Use...
- 26 Nov 2018, 13:21
- Forum: Ask For Help
- Topic: Stuck with simple problem Topic is solved
- Replies: 8
- Views: 1799
Re: Stuck with simple problem Topic is solved
Excuse the late reply. I don't think you understand what I want to achieve. I want to send scheme with SendInput to a window. Scheme contains not only keypresses like {Tab} or {Enter} , but it shall also contain the contents of other variables, which are pieces of text. ; INI file [general] var1 = s...
- 16 Nov 2018, 17:00
- Forum: Ask For Help
- Topic: Stuck with simple problem Topic is solved
- Replies: 8
- Views: 1799
Re: Stuck with simple problem Topic is solved
That works, but then the scheme effectively is coded in the AHK code. I want the scheme in the Ini file.
What do mean with "instead of reading every var from it"? How do I just read every var from a Ini file?
What do mean with "instead of reading every var from it"? How do I just read every var from a Ini file?
- 15 Nov 2018, 21:20
- Forum: Ask For Help
- Topic: Stuck with simple problem Topic is solved
- Replies: 8
- Views: 1799
Re: Stuck with simple problem Topic is solved
Yes, I always use spaces before and after =. I thought it does not make a difference. At least in this case it does not change anything.
- 15 Nov 2018, 16:33
- Forum: Ask For Help
- Topic: Stuck with simple problem Topic is solved
- Replies: 8
- Views: 1799
Stuck with simple problem Topic is solved
Hi there, I haven't done AHK for a while and now I am stuck with a simple problem: ; INI file [general] var1 = some text scheme = {Tab}var1 ; AHK code IniRead, temp_ini, % A_WorkingDir "\settings.ini", general Loop, Parse, temp_ini, `r`n value := StrSplit(A_LoopField, "="), var := value[1], %var% :=...
- 25 Jun 2018, 18:19
- Forum: Ask For Help
- Topic: Taskbar shows after GUI is closed
- Replies: 5
- Views: 1352
Re: Taskbar shows after GUI is closed
Well, the problem did also occur with v1.1.26, which was previously installed. Which version should I install?
- 21 Jun 2018, 08:15
- Forum: Ask For Help
- Topic: Taskbar shows after GUI is closed
- Replies: 5
- Views: 1352
Re: Taskbar shows after GUI is closed
Oops, I totally forgot about that.
AHK ist the latest version in Unicode 64 bit. I updated it yesterday, before I posted here to make sure that it is not a bug from AHK that is already fixed.
My OS is Windows 10 Home 64 bit (version 10.0.17134).
AHK ist the latest version in Unicode 64 bit. I updated it yesterday, before I posted here to make sure that it is not a bug from AHK that is already fixed.
My OS is Windows 10 Home 64 bit (version 10.0.17134).