Date
1 - 3 of 3
Sending keypresses
Abdulqadir Ahmad
Hi, please how can i send key presses with NVDA. Like
|
|
Noelia Ruiz
Hi Abdulqadir:
toggle quoted messageShow quoted text
Thanks so much for opening a new thread for this. You may try this: from keyboardHandler import KeyboardInputGesture ... KeyboardInputGesture.fromName("upArrow").send() For reference, you can see a similar code used in miranda32 app module in NVDA. Hope this helps. 2022-09-24 10:31 GMT+02:00, Abdulqadir Ahmad <2004a3abuahmad@...>:
Hi, please how can i send key presses with NVDA. Like
|
|
Abdulqadir Ahmad
Thank you noelia
On Sat, Sep 24, 2022, 10:06 AM Noelia Ruiz <nrm1977@...> wrote: Hi Abdulqadir:
|
|