Skip to content

Commit

Permalink
fix: 调整关闭标签页快捷键为更通用的Ctrl+W
Browse files Browse the repository at this point in the history
Log: 调整关闭标签页快捷键:Alt+W -> Ctrl+W
  • Loading branch information
hotime committed Dec 9, 2023
1 parent 5807f35 commit 408d206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/other/default-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"key": "close_tab",
"name": "Close tab",
"type": "shortcut",
"default": "Alt+W"
"default": "Ctrl+W"
},
{
"key": "close_other_tabs",
Expand Down

0 comments on commit 408d206

Please sign in to comment.