Search found 8 matches

by Bootimar
06 Aug 2023, 06:53
Forum: Ask for Help (v1)
Topic: how to ignore the ghost key? Topic is solved
Replies: 8
Views: 595

Re: how to ignore the ghost key? Topic is solved

Thank you very very much dear @gregster and also @Master_X ! You revived my keyboard! :bravo:
This code perfectly works on any version of AHK:

Code: Select all

; #InstallKeybdHook
#If GetKeyState("w", "P") || GetKeyState("d", "P")		; check if w or d are currently pressed
e::return			; disable e
#If
by Bootimar
06 Aug 2023, 01:22
Forum: Ask for Help (v1)
Topic: how to ignore the ghost key? Topic is solved
Replies: 8
Views: 595

Re: how to ignore the ghost key? Topic is solved

Dear gregster and Master_X , thank you for your reply. This code doesn't work for me: #If GetKeyState("w", "P") && GetKeyState("d", "P") ; check if w and d are currently pressed e::return ; disable e #If this one e:: works but I cannot use E anymore. Is there another code to convert WDE to WD, or di...
by Bootimar
05 Aug 2023, 15:23
Forum: Ask for Help (v1)
Topic: how to ignore the ghost key? Topic is solved
Replies: 8
Views: 595

how to ignore the ghost key? Topic is solved

Hello friends, I appreciate any help. My keyboard has an issue that when I press W and D at the same time, E is pressed by a ghost! For example, if I press WD my keyboard will type WDE. It is also very annoying in games (while driving a car, if you try to turn right you will jump out of the car!) Wh...
by Bootimar
11 Aug 2022, 01:37
Forum: Ask for Help (v1)
Topic: AutoHotkey can't recognize a key on my keyboard Topic is solved
Replies: 3
Views: 427

AutoHotkey can't recognize a key on my keyboard Topic is solved

Hello dear friends, On Lenovo Ideapad 300 keyboards there is a key above Fn and to the right of Left Shift which can type \ (and | when pressed with Shift). Untitled.jpg However, AutoHotkey can't recognize this key. I tried ^\:: and ^|:: codes but nothing happens when I press Ctrl+\. Would you pleas...
by Bootimar
10 Aug 2022, 06:00
Forum: Ask for Help (v1)
Topic: One hotkey for running three hotkeys respectively Topic is solved
Replies: 4
Views: 673

Re: One hotkey for running three hotkeys respectively Topic is solved

Thank you very much dear @boiler and @Rohwedder for your help.
It really works!
:dance:
by Bootimar
10 Aug 2022, 05:23
Forum: Ask for Help (v1)
Topic: One hotkey for running three hotkeys respectively Topic is solved
Replies: 4
Views: 673

Re: One hotkey for running three hotkeys respectively Topic is solved

I am not a professional user of AutoHotkey. I would appreciate it if someone could help me with the codes I have to use.
by Bootimar
10 Aug 2022, 01:27
Forum: Ask for Help (v1)
Topic: One hotkey for running three hotkeys respectively Topic is solved
Replies: 4
Views: 673

One hotkey for running three hotkeys respectively Topic is solved

Hello, There are three actions with specific hotkeys in SDL Trados software (translation management software) that I need to perform them respectively with a single hotkey. The actions are: 1. Copy source text to target: Ctrl+Ins 2. Select all text of the segment: Ctrl+A 3. Replace the selected text...

Go to advanced search