Search found 4 matches

by NachoG19
20 Sep 2023, 11:21
Forum: Ask for Help (v1)
Topic: Alt key not recognized Topic is solved
Replies: 1
Views: 245

Alt key not recognized Topic is solved

I want to access the shortcuts feature with the "alt" key in Office, particularly OneNote, but the problem spreads to all programs If I send, either: ! or {Alt} or {LAlt} or {LAlt down}{LAlt up} does not work My code to access a specific function: ^r:: Send, {LAlt} Sleep, 200 Send, o Sleep, 200 Send...
by NachoG19
29 Sep 2022, 13:40
Forum: Pedir Ayuda
Topic: Simple problem Topic is solved
Replies: 1
Views: 595

Simple problem Topic is solved

Hola! tengo un mini problema al cambiar el atajo de estas teclas en oneNote: Son para poner el subíndice y el superíndice #if WinActive("ahk_exe ONENOTE.EXE") Control & NumpadSub:: Send, ^{+} ;este si anda (Subíndice) -----> utilicé el atajo que dice oneNote Ctrl + + Control & NumpadAdd:: Send, {Alt...
by NachoG19
28 Sep 2022, 02:33
Forum: Pedir Ayuda
Topic: Cambiar tamaño letra en oneNote 2019 Topic is solved
Replies: 2
Views: 682

Cambiar tamaño letra en oneNote 2019 Topic is solved

Con AutoHotKeys intenté cambiar el atajo predeterminado para cambiar el tamaño de letra en oneNote, el cual es: Ctrl + Mayus + : (Aumentar) Ctrl + Mayus + ; (Disminuir) La quise reemplazar por la que tiene MicrosoftWord: Ctrl + Shift + < (Aumentar) Ctrl + < (Disminuir) Hice esto: #if WinActive("ahk_...

Go to advanced search