mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Fix #4591: update Google Lens API
This commit is contained in:
parent
9bd52a1fed
commit
40e1e53e28
1 changed files with 2 additions and 2 deletions
|
@ -329,8 +329,8 @@ export class default_config {
|
|||
";W": "hint -W fillcmdline_notrail winopen ",
|
||||
";T": "hint -W fillcmdline_notrail tabopen ",
|
||||
";z": "hint -z",
|
||||
";m": "composite hint -Jpipe img src | open images.google.com/searchbyimage?image_url=",
|
||||
";M": "composite hint -Jpipe img src | tabopen images.google.com/searchbyimage?image_url=",
|
||||
";m": "hint -JFc img i => tri.excmds.open('https://lens.google.com/uploadbyurl?url='+i.src)",
|
||||
";M": "hint -JFc img i => tri.excmds.tabopen('https://lens.google.com/uploadbyurl?url='+i.src)",
|
||||
";gi": "hint -qi",
|
||||
";gI": "hint -qI",
|
||||
";gk": "hint -qk",
|
||||
|
|
Loading…
Add table
Reference in a new issue