Skip to content

Commit

Permalink
fix: [262559/desktop] change default shortcut sequence
Browse files Browse the repository at this point in the history
since key_win press event might be captured by the input-method, and
cause the `hide-by-one-click` didn't work, change the default modifier
key from key_win to key_alt.

Log: as title.

Bug: https://pms.uniontech.com/bug-view-262559.html
  • Loading branch information
itsXuSt committed Jul 5, 2024
1 parent a2df949 commit a88dea8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"visibility": "public"
},
"hideAllKeySeq" : {
"value": "Meta+O",
"value": "Alt+O",
"serial": 0,
"flags": [],
"name": "Hide All KeySeq",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,6 @@ CollectionView::CollectionView(const QString &uuid, CollectionDataProvider *data

d->initUI();
d->initConnect();

setObjectName("dd_collection_view");
}

Expand Down

0 comments on commit a88dea8

Please sign in to comment.