Skip to content

Fix keyboard navigation in space drawer

Joshua Goins requested to merge work/redstrate/fix-space-drawer-key-nav into master

Some of the items were able to activated via the keyboard, but many were not like the notifications and "create a space" buttons. This is because the signals were hooked up to onClicked but the accessible and keyboard nav were hooked up to onSelected. All of the buttons trigger their actions with onSelected now.

Merge request reports