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: { onSelectAll: {
dirModel.selectAll() dirModel.selectAll()
} }
onBackspace: {
dirModel.up()
}
onDeleteFile: { onDeleteFile: {
dirModel.keyDeletePress() dirModel.keyDeletePress()
} }

View file

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

View file

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

View file

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