rncbc / qjackctl

QjackCtl - JACK Audio Connection Kit Qt GUI Interface
https://qjackctl.sourceforge.io
GNU General Public License v2.0
182 stars 40 forks source link

Accessibility: Buttons can't fired with enter key #176

Open tigexplorer opened 2 years ago

tigexplorer commented 2 years ago

Thanx for your great app!

But I'm not able to fire a action button with the enter key.

The buttons can switched with the tab key, but hitting enter on a focused button has no effect.

So, the app may not be usable and accessible for blind or visual impaired people.

Version: 0.9.6

rncbc commented 2 years ago

what about the spacebar key? in my (old?) book, the enter key serves only to accept the whole dialog through a default button (usually the ok button), for which the main qjackctl window is not and has none.

tigexplorer commented 2 years ago

Thanx for the quick reply. I don't know, if it's the usual way. I will try to get more information from blind people.

tigexplorer commented 2 years ago

The space bar is OK. Thank you!