Skip to content

Commit

Permalink
Add suggest key activation side panel for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vanarok committed Jul 18, 2024
1 parent 83db69b commit 03103dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export default defineConfig({
_execute_action: {
suggested_key: {
default: 'Ctrl+I',
mac: 'Ctrl+I'
mac: 'Ctrl+I',
windows: 'Ctrl+I'
}
}
}
Expand Down

0 comments on commit 03103dd

Please sign in to comment.