diff --git a/Modules/BluetoothPanel/BluetoothPanel.qml b/Modules/BluetoothPanel/BluetoothPanel.qml index edcfe09..7f422fe 100644 --- a/Modules/BluetoothPanel/BluetoothPanel.qml +++ b/Modules/BluetoothPanel/BluetoothPanel.qml @@ -13,6 +13,7 @@ NPanel { preferredWidth: 380 preferredHeight: 500 + panelKeyboardFocus: true panelContent: Rectangle { color: Color.transparent diff --git a/Modules/Notification/NotificationHistoryPanel.qml b/Modules/Notification/NotificationHistoryPanel.qml index 9b1335d..890f3d1 100644 --- a/Modules/Notification/NotificationHistoryPanel.qml +++ b/Modules/Notification/NotificationHistoryPanel.qml @@ -15,6 +15,7 @@ NPanel { preferredWidth: 380 preferredHeight: 500 panelAnchorRight: true + panelKeyboardFocus: true panelContent: Rectangle { id: notificationRect diff --git a/Modules/SidePanel/SidePanel.qml b/Modules/SidePanel/SidePanel.qml index 688efd8..bfd4e85 100644 --- a/Modules/SidePanel/SidePanel.qml +++ b/Modules/SidePanel/SidePanel.qml @@ -12,6 +12,7 @@ NPanel { preferredWidth: 460 preferredHeight: 734 + panelKeyboardFocus: true panelContent: Item { id: content