mirror of
https://github.com/tridactyl/tridactyl.git
synced 2026-09-10 07:16:33 -04:00
Fix #4591: update Google Lens API
This commit is contained in:
parent
9bd52a1fed
commit
40e1e53e28
|
|
@ -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…
Reference in a new issue