| Summary: | No way to push "okay" or "cancel" button if tabbed to on logout screen | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | postix <postix> |
| Component: | Theme - Breeze | Assignee: | visual-bugs-null |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | nate, plasma-bugs-null, postix |
| Priority: | NOR | Keywords: | usability |
| Version First Reported In: | 5.17.5 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Other | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=417028 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
postix
2020-02-02 11:12:23 UTC
You use the spacebar, not the return key. That's the general way to simulate a click on the focus item. (In reply to Nate Graham from comment #1) > You use the spacebar, not the return key. That's the general way to simulate > a click on the focus item. Is it? If I have a Plasma context menu open I can simulate a click by pressing the "return" key and not "space". If I have kicker open, I can open an application by hitting "return". If I have KeePassXC open, entered my password, I log in by hitting "return". Not sure where using the spacebar is actually the "general" way. :) It's the general way to virtually click on a UI element that you have focused with the keyboard. Not working in menus is a bug, darn. In Kicker, it doesn't work because the spacebar is consumed by the search field. Keepasscx isn't applicable; if you actually tabbed over to the "ok" or "login" button and hit the spacebar, I'm reasonably confident that it would in fact work. (In reply to Nate Graham from comment #3) > Keepasscx isn't applicable; if you actually tabbed over to the "ok" or "login" button and hit the spacebar, I'm reasonably confident that it would in fact work. Indeed, in this case both "return" and "space" work. |