Y
Y
Yuri Kucherenko2020-10-12 22:50:32
Windows
Yuri Kucherenko, 2020-10-12 22:50:32

Why doesn't the right alt work?

Hello, I can’t understand why the right alt does not work in the autohotkey script, everything else works, but it doesn’t, I tried to delete everything and leave the command only for it - zero result, what could it be?

SendMode Input
SetWorkingDir %A_ScriptDir%

\::Send, {F5 Down}{F5 Up}
CapsLock::Send, {LAlt Down}{LShift Down}{LShift Up}{LAlt Up}
RCtrl::Send, {F2 Down}{F2 Up}
RAlt::Send, {RCtrl Down}{RShift Down}{T Down}{RCtrl Up}{RShift Up}{T Up}

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Y
Yuri Kucherenko, 2020-10-13
@litlleidiot

This line before the
>!alt: command helped:

W
wisgest, 2020-10-13
@wisgest

Maybe

If your keyboard layout has AltGr instead of RAlt, you can probably use it as a hotkey prefix via <^>!as described here. In addition, LControl & RAlt::would make AltGr itself into a hotkey.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question