Replies: 3 comments 1 reply
-
|
Hi, Based on a comment from a different issue (if I read it right, you wish to do this as part of a senior project), please answer the following questions:
Let's start with these questions. Thanks. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I see. Before doing more work with this issue, please write to me privately so I can better understand your situation and write follow-up questions suitable for discussion in a senior design class. Thanks. |
Beta Was this translation helpful? Give feedback.
-
|
Apologies for the delay in regards to an update. I was able to implement the functionality I had described in the form of an add-on, although the knowledge is admittedly naive. Using a global plugin, I was able to trigger an event to read the location text and direction of movement by linking scripts to the alt+space, m, arrow key shortcuts for window movement. I'm sure this is not a viable solution to this issue, as I am not sure if I would need to modify the code to work with international keyboards. Thank you all for your help with this issue. Once I finish up with the proper documentation, I will link the addon here. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking at implementing a feature that reads a message to the user detailing a window's position relative to the screen when the window is moved. I understand the logic already exists in the NVDAObject class (_get_locationText method) and am trying to utilize it along with the Window class. I am having a little trouble figuring out exactly where the event that reads the info to the user should be called from, specifically in relation to being triggered from the object_locationchange winevent. Any advice or suggestions would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions