https://bugs.kde.org/show_bug.cgi?id=505235
Bug ID: 505235 Summary: Kirigami.GlobalDrawer is not keyboard navigable Classification: Frameworks and Libraries Product: frameworks-kirigami Version First unspecified Reported In: Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kdelibs-b...@kde.org Reporter: herzensch...@gmail.com CC: notm...@gmail.com Target Milestone: Not decided Kirigami.GlobalDrawer doesn't have a default shortcut, and it doesn't allow to navigate through its actions via the keyboard. It is possible to implement a simple shortcut to open the drawer manually with something like this: ``` Shortcut { sequences: ["F10"] onActivated: globalDrawer.opened ? globalDrawer.close() : globalDrawer.open() } ``` But: * it should just be accessible by default * this opens the drawer even when isMenu: true, and with everything grayed out -- You are receiving this mail because: You are watching all bug changes.