Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3282 from NaveenKarippai/3141/DDG_cheatsheet
Browse files Browse the repository at this point in the history
DDG_cheat_sheet: Remove unnecessary paranthesis on json data
  • Loading branch information
zekiel authored Jun 21, 2016
2 parents bdcf034 + 12aec6a commit 51ef445
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions share/goodie/cheat_sheets/json/duckduckgo.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,37 +14,37 @@
"sections": {
"Open results": [
{
"key": "( [↵] / [l] / [o] )",
"key": "[↵] / [l] / [o]",
"val": "Go to the highlighted result, or use it right away to go to the first result"
},
{
"key": "( [Ctrl] / [⌘] ) [↵]",
"key": "([Ctrl] / [⌘]) [↵]",
"val": "Open a result in the background"
},
{
"key": "d",
"val": "Domain search (if a result is highlighted)"
},
{
"key": "( ['] / [v] )",
"key": "['] / [v]",
"val": "Open the highlighted result in a new window/tab. Since this uses JavaScript, you need to turn off pop-up blockers first."
}
],
"Move around": [
{
"key": "( [←] / [→] )",
"key": "[←] / [→]",
"val": "Navigate instant answer tabs. When an instant answer is open, navigate within the instant answer."
},
{
"key": "( [↓] / [j] )",
"key": "[↓] / [j]",
"val": "Next search result"
},
{
"key": "( [↑] / [k] )",
"key": "[↑] / [k]",
"val": "Previous search result"
},
{
"key": "( [/] / [h] )",
"key": "[/] / [h]",
"val": "Go to search box"
},
{
Expand Down

0 comments on commit 51ef445

Please sign in to comment.