Fix desktop backspace shortcut key
This commit is contained in:
parent
fd3741752c
commit
dfd450f638
4 changed files with 3 additions and 6 deletions
|
@ -171,9 +171,6 @@ Item {
|
||||||
onSelectAll: {
|
onSelectAll: {
|
||||||
dirModel.selectAll()
|
dirModel.selectAll()
|
||||||
}
|
}
|
||||||
onBackspace: {
|
|
||||||
dirModel.up()
|
|
||||||
}
|
|
||||||
onDeleteFile: {
|
onDeleteFile: {
|
||||||
dirModel.keyDeletePress()
|
dirModel.keyDeletePress()
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,7 +39,7 @@ Window {
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
color: FishUI.Theme.backgroundColor
|
color: FishUI.Theme.secondBackgroundColor
|
||||||
}
|
}
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
|
|
|
@ -45,7 +45,7 @@ Window {
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
color: FishUI.Theme.backgroundColor
|
color: FishUI.Theme.secondBackgroundColor
|
||||||
}
|
}
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
|
|
|
@ -32,7 +32,7 @@ Window {
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
color: FishUI.Theme.backgroundColor
|
color: FishUI.Theme.secondBackgroundColor
|
||||||
}
|
}
|
||||||
|
|
||||||
onVisibleChanged: {
|
onVisibleChanged: {
|
||||||
|
|
Loading…
Reference in a new issue