You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on making app more accessible for people using narrator to navigate. For that I have groupped, added correct tab orders and added "narrator descriptions" (accessible names) for all core controls under main window, extra setting window, etc.
I also wanted to make app a bit more accessible from keyboard, and add hotkeys to some basic buttons in a main window. C# and Winforms have a native way to do that called Mnemonics, but by some reason they don't seem to work in the project. Does anybody know what could be the cause?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello fellow community,
I'm working on making app more accessible for people using narrator to navigate. For that I have groupped, added correct tab orders and added "narrator descriptions" (accessible names) for all core controls under main window, extra setting window, etc.
I also wanted to make app a bit more accessible from keyboard, and add hotkeys to some basic buttons in a main window. C# and Winforms have a native way to do that called Mnemonics, but by some reason they don't seem to work in the project. Does anybody know what could be the cause?
Thanks.
GHelper.zip
Beta Was this translation helpful? Give feedback.
All reactions