Fix desktop backspace shortcut key

This commit is contained in:
reionwong 2021-07-19 16:11:42 +08:00
parent fd3741752c
commit dfd450f638
4 changed files with 3 additions and 6 deletions

View file

@ -171,9 +171,6 @@ Item {
onSelectAll: {
dirModel.selectAll()
}
onBackspace: {
dirModel.up()
}
onDeleteFile: {
dirModel.keyDeletePress()
}

View file

@ -39,7 +39,7 @@ Window {
Rectangle {
anchors.fill: parent
color: FishUI.Theme.backgroundColor
color: FishUI.Theme.secondBackgroundColor
}
ColumnLayout {

View file

@ -45,7 +45,7 @@ Window {
Rectangle {
anchors.fill: parent
color: FishUI.Theme.backgroundColor
color: FishUI.Theme.secondBackgroundColor
}
ColumnLayout {

View file

@ -32,7 +32,7 @@ Window {
Rectangle {
anchors.fill: parent
color: FishUI.Theme.backgroundColor
color: FishUI.Theme.secondBackgroundColor
}
onVisibleChanged: {