Search found 3 matches

by rightarrowguy
04 Oct 2022, 05:44
Forum: Ask for Help (v1)
Topic: I need help with starting a script on RightArrowPress
Replies: 4
Views: 283

Re: I need help with starting a script on RightArrowPress

~Right::r := A_TickCount $/:: If !r || A_TickCount - r > 200 { Input, key, L1T.2, % "{LControl}{RControl}{LAlt}{RAlt}{LShift}{RShift}{LWin}{RWin}{AppsKey}" . "{F1}{F2}{F3}{F4}{F5}{F6}{F7}{F8}{F9}{F10}{F11}{F12}" . "{Left}{Right}{Up}{Down}{Home}{End}{PgUp}{PgDn}" . "{Del}{Ins}{BS}{CapsLock}{NumLock}...
by rightarrowguy
03 Oct 2022, 16:18
Forum: Ask for Help (v1)
Topic: I need help with starting a script on RightArrowPress
Replies: 4
Views: 283

Re: I need help with starting a script on RightArrowPress

Welcome to this AutoHotkey forum! ~Right::Send % A_PriorKey = "/" ? "{Left}`b{Right}" : "" ~/::Send % A_PriorKey = "Right" ? "`b" : "" Hi :) so there is a problem with this script , it works like 5% of the times , I think that there is no solution to this problem , I will have to use right shift as...
by rightarrowguy
03 Oct 2022, 13:48
Forum: Ask for Help (v1)
Topic: I need help with starting a script on RightArrowPress
Replies: 4
Views: 283

I need help with starting a script on RightArrowPress

hi my Bluetooth keyboard is messed up and when I press the RightArrowKey it presses RightArrowKey + / (I am not sure if it presses them at the same time or not, what I know is that some times it presses RightArrowKey before '/' and sometimes after) I need to make a script that fixes this. I am not n...

Go to advanced search