Skip to content

Commit df6643e

Browse files
committed
rm useless action keybindig
1 parent 2d34ac1 commit df6643e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controls.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const contro = new ControMax({
9292
toggleMicrophone: ['KeyM'],
9393
},
9494
advanced: {
95-
lockUrl: ['KeyY'],
95+
lockUrl: [null],
9696
},
9797
custom: {} as Record<string, SchemaCommandInput & { type: string, input: any[] }>,
9898
// waila: {

0 commit comments

Comments
 (0)