Artemis can be fully navigated (and so the signal list) just with the keyboard, fixed #50
This commit is contained in:
@@ -218,6 +218,11 @@ Window {
|
||||
leftPadding: 10
|
||||
bottomPadding: 10
|
||||
|
||||
focus: true
|
||||
|
||||
Keys.onDownPressed: listView.incrementCurrentIndex()
|
||||
Keys.onUpPressed: listView.decrementCurrentIndex()
|
||||
|
||||
header: MenuBar {
|
||||
id: topBar
|
||||
|
||||
@@ -389,7 +394,6 @@ Window {
|
||||
Layout.fillHeight: true
|
||||
highlightMoveDuration: 0
|
||||
clip: true
|
||||
focus: true
|
||||
ScrollBar.vertical: bar
|
||||
highlight: Rectangle { color: Material.accent; radius: 5 }
|
||||
onCurrentIndexChanged: { itemChangedList() }
|
||||
|
||||
@@ -372,7 +372,6 @@ Window {
|
||||
Layout.fillHeight: true
|
||||
highlightMoveDuration: 0
|
||||
clip: true
|
||||
focus: true
|
||||
ScrollBar.vertical: bar
|
||||
highlight: Rectangle { color: Material.accent; radius: 5 }
|
||||
onCurrentIndexChanged: { itemChanged() }
|
||||
|
||||
@@ -506,7 +506,6 @@ Page {
|
||||
Layout.fillHeight: true
|
||||
highlightMoveDuration: 0
|
||||
clip: true
|
||||
focus: true
|
||||
ScrollBar.vertical: ScrollBar {
|
||||
active: true
|
||||
}
|
||||
@@ -558,7 +557,6 @@ Page {
|
||||
Layout.fillWidth: true
|
||||
highlightMoveDuration: 0
|
||||
clip: true
|
||||
focus: true
|
||||
ScrollBar.vertical: ScrollBar {
|
||||
active: true
|
||||
}
|
||||
@@ -610,7 +608,6 @@ Page {
|
||||
Layout.fillWidth: true
|
||||
highlightMoveDuration: 0
|
||||
clip: true
|
||||
focus: true
|
||||
ScrollBar.vertical: ScrollBar {
|
||||
active: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user