From c0ca1cc97ebe07497f5ac11305b88b4bf7d1e181 Mon Sep 17 00:00:00 2001 From: Naman Distro Date: Sat, 25 Jul 2015 11:58:16 +0530 Subject: [PATCH 01/10] Complete Guide of firefox. i added all the command and category Navigation Current Page Editing Search Windows & Tabs History Bookmarks Tools PDF Viewer Miscellaneous Media shortcuts --- share/goodie/cheat_sheets/firefox.json | 623 ++++++++++++++++++------- 1 file changed, 467 insertions(+), 156 deletions(-) diff --git a/share/goodie/cheat_sheets/firefox.json b/share/goodie/cheat_sheets/firefox.json index d9104daea..5720cd902 100644 --- a/share/goodie/cheat_sheets/firefox.json +++ b/share/goodie/cheat_sheets/firefox.json @@ -1,162 +1,473 @@ { - "id": "firefox_cheat_sheet", - "name": "Mozilla Firefox", + "id": "firefox_cheat_sheet", + "name": "Firefox Cheetsheet", "metadata": { - "sourceName": "Firefox Help", - "sourceUrl": "https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perform-firefox-tasks-quickly" + "sourceName": "Mozilla Firefox", + "sourceUrl": "https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perform-firefox-tasks-quickly?redirectlocale=en-US&redirectslug=Keyboard+shortcuts" }, - "section_order": ["Navigation", "Current Page", "Editing","Search","Windows & Tabs","History","Bookmarks"], + "section_order": [ + "Navigation", + "Current Page", + "Editing", + "Search", + "Windows & Tabs", + "History", + "Bookmarks", + "Tools", + "PDF Viewer", + "Miscellaneous", + "Media shortcuts" + ], "sections": { - "Navigation": [{ - "val": "Back", - "key": "[Alt] [ ←]" - }, { - "val": "Home ", - "key": "[Alt] [Home] " - }, { - "val": "Open File ", - "key": "[Ctrl] [O] " - }, { - "val": "Reload ", - "key": "F5" - }, { - "val": "Stop", - "key": "Esc" - }], - "Current Page": [{ - "val": "Go Down a Screen ", - "key": "Page Down" - }, { - "val": "Go Up a Screen ", - "key": "Page Up" - }, { - "val": "Go to Bottom of Page ", - "key": "End" - }, { - "val": "Go to Top of Page ", - "key": "Home" - }, { - "val": "Move to Next Frame ", - "key": "F6" - }], - "Editing": [{ - "val": "copy ", - "key": "[Ctrl] [C]" - }, { - "val": "Cut", - "key": "[Ctrl] [X]" - }, { - "val": "Delete ", - "key": "Del" - }, { - "val": "Paste", - "key": "[Ctrl] [V] " - }, { - "val": "Paste as plain txt", - "key": "[Ctrl] [Shift] [V] " - }, { - "val": "Redo", - "key": "[Ctrl] [Shift] [Z] " - }, { - "val": "Undo", - "key": "[Ctrl] [Z] " - }], - "Search": [{ - "val": "Find ", - "key": "[Ctrl] [F]" - }, { - "val": "Find again", - "key": "[Ctrl] [G]" - }, { - "val": "Find Previous ", - "key": "[Shift] [F3]" - }, { - "val": "Quick Find within link-text only ", - "key": "' " - }, { - "val": "Quick Find ", - "key": "/ " - }, { - "val": "Close the Find or Quick Find bar ", - "key": "Esc " - }, { - "val": "Focus Search bar", - "key": "[Ctrl] [K] " - }, { - "val": "Focus Search bar(alternative)", - "key": "[Ctrl] [J]" - }], - "Windows & Tabs": [{ - "val": "CLose Tab ", - "key": "[Ctrl] [W]" - },{ - "val": "CLose Tab(alternative) ", - "key": "[Ctrl] [F4]" - }, { - "val": "Close Window ", - "key": "[Ctrl] [Shift] [W]" - }, { - "val": "Close Window(alternative) ", - "key": "[Alt] [F4]" - }, { - "val": "Move Tab in focus Left ", - "key": "[Ctrl] [Shift] [Page Up]" - }, { - "val": "Move Tab in focus Right ", - "key": "[Ctrl] [Shift] [Page Down] " - }, { - "val": "Move Tab in focus to start ", - "key": "[Ctrl] [Home]" - }, { - "val": "Move Tab in focus to end ", - "key": "[Ctrl] [End] " - }, { - "val": "New Tab ", - "key": "[Ctrl] [T] " - }, { - "val": "New Window ", - "key": "[Ctrl] [W] " - }, { - "val": "New Private Window ", - "key": "[Ctrl] [Shift] [P] " - }, { - "val": "Next Tab ", - "key": "[Ctrl] [Tab] " - }, { - "val": "Next Tab(alternative) ", - "key": "[Ctrl] [Page Down] " - }, { - "val": "Open Address in New Tab ", - "key": "[Alt] [Enter] " - }, { - "val": "Undo Close Tab ", - "key": "[Ctrl] [Shift] [T]" - }, { - "val": "Select Tab 1 to 8 ", - "key": "[Alt] [1..8] " - }, { - "val": "Select Last Tab ", - "key": "[Alt] [9] " - }], - "History": [{ - "val": "History sidebar ", - "key": "[Ctrl] [H] " - }, { - "val": "Library window (History) ", - "key": " [Ctrl] [Shift] [H] " - }, { - "val": "Clear Recent History ", - "key": " [Ctrl] [Shift] [Del] " - }], - "Bookmarks": [{ - "val": "Bookmark This Page ", - "key": "[Ctrl] [D] " - }, { - "val": "Bookmarks sidebar ", - "key": " [Ctrl] [B] " - }, { - "val": "Library window (Bookmarks) ", - "key": " [Ctrl] [Shift] [O] " - }] + "Navigation": [ + { + "val":"Back", + "key":"Alt + ←Backspacecommand + ←command + [DeleteAlt + ←Ctrl + [" + }, + { + "val":"Forward", + "key":"Alt + →Shift + Backspacecommand + →command + ]Shift + DeleteAlt + →Ctrl + ]" + }, + { + "val":"Home", + "key":"Alt + Homeoption + home" + }, + { + "val":"Open File", + "key":"Ctrl + Ocommand + O" + }, + { + "val":"Reload", + "key":"F5Ctrl + Rcommand + R" + }, + { + "val":"Reload (override cache)", + "key":"Ctrl + F5Ctrl + Shift + Rcommand + shift + R" + }, + { + "val":"Stop", + "key":"Esccommand + ." + } +], + "Current Page": [ + { + "val":"Go Down a Screen", + "key":"Page Downfn + ↓" + }, + { + "val":"Go Up a Screen", + "key":"Page Upfn + ↑" + }, + { + "val":"Go to Bottom of Page", + "key":"Endcommand + ↓" + }, + { + "val":"Go to Top of Page", + "key":"Homecommand + ↑" + }, + { + "val":"Move to Next Frame", + "key":"F6" + }, + { + "val":"Move to Previous Frame", + "key":"Shift + F6" + }, + { + "val":"Print", + "key":"Ctrl + Pcommand + P" + }, + { + "val":"Save Page As", + "key":"Ctrl + Scommand + S" + }, + { + "val":"Zoom In", + "key":"Ctrl + +command + +" + }, + { + "val":"Zoom Out", + "key":"Ctrl + -command + -" + }, + { + "val":"Zoom Reset", + "key":"Ctrl + 0command + 0" + } +], + "Editing": [ + { + "val":"Copy", + "key":"Ctrl + Ccommand + C" + }, + { + "val":"Cut", + "key":"Ctrl + Xcommand + X" + }, + { + "val":"Delete", + "key":"Deldelete" + }, + { + "val":"Paste", + "key":"Ctrl + Vcommand + V" + }, + { + "val":"Paste (as plain text)", + "key":"Ctrl + Shift + Vcommand + shift + V" + }, + { + "val":"Redo", + "key":"Ctrl + Ycommand + shift + ZCtrl + Shift + Z" + }, + { + "val":"Select All", + "key":"Ctrl + Acommand + A" + }, + { + "val":"Undo", + "key":"Ctrl + Zcommand + Z" + } +], + "Search": [ + { + "val":"Find", + "key":"Ctrl + Fcommand + F" + }, + { + "val":"Find Again", + "key":"F3Ctrl + Gcommand + G" + }, + { + "val":"Find Previous", + "key":"Shift + F3Ctrl + Shift + Gcommand + shift + G" + }, + { + "val":"Quick Find within link-text only", + "key":"'" + }, + { + "val":"Quick Find", + "key":"/" + }, + { + "val":"Close the Find or Quick Find bar", + "key":"Esc" + }, + { + "val":"Focus Search bar", + "key":"Ctrl + Kcommand + KCtrl + ECtrl + Jcommand + option + F" + }, + { + "val":"Quickly switch between search engines", + "key":"Ctrl + ↑Ctrl + ↓command + ↑command + ↓" + }, + { + "val":"View menu to switch, add or manage search engines", + "key":"Alt + ↑Alt + ↓F4option + ↑option + ↓" + } +], + "Windows & Tabs": [ + { + "val":"Close Tab", + "key":"Ctrl + WCtrl + F4command + W" + }, + { + "val":"Close Window", + "key":"Ctrl + Shift + WAlt + F4command + shift + W" + }, + { + "val":"Move Tab in focus Left", + "key":"Ctrl + ←Ctrl + ↑command + ←command + ↑Ctrl + Shift + Page Up" + }, + { + "val":"Move Tab in focus Right", + "key":"Ctrl + →Ctrl + ↓command + →command + ↓Ctrl + Shift + Page Down" + }, + { + "val":"Move Tab in focus to start", + "key":"Ctrl + Homecommand + home" + }, + { + "val":"Move Tab in focus to end", + "key":"Ctrl + Endcommand + end" + }, + { + "val":"New Tab", + "key":"Ctrl + Tcommand + T" + }, + { + "val":"New Window", + "key":"Ctrl + Ncommand + N" + }, + { + "val":"New Private Window", + "key":"Ctrl + Shift + Pcommand + shift + P" + }, + { + "val":"Next Tab", + "key":"Ctrl + TabCtrl + Page Downcontrol + tabcontrol + page downcommand + option + →" + }, + { + "val":"Open Address in New Tab", + "key":"Alt + Enteroption + return" + }, + { + "val":"Previous Tab", + "key":"Ctrl + Shift + TabCtrl + Page Upcontrol + shift + tabcontrol + page upcommand + option + ←" + }, + { + "val":"Undo Close Tab", + "key":"Ctrl + Shift + Tcommand + shift + T" + }, + { + "val":"Undo Close Window", + "key":"Ctrl + Shift + Ncommand + shift + N" + }, + { + "val":"Select Tab 1 to 8", + "key":"Ctrl + 1to8command + 1to8Alt + 1to8" + }, + { + "val":"Select Last Tab", + "key":"Ctrl + 9command + 9Alt + 9" + }, + { + "val":"Tab Groups View", + "key":"Ctrl + Shift + Ecommand + shift + E" + }, + { + "val":"Close Tab Groups View", + "key":"Esc" + }, + { + "val":"Next Tab Group", + "key":"Ctrl + `control + `" + }, + { + "val":"Previous Tab Group", + "key":"Ctrl + Shift + `control + shift + `" + } +], + "History": [ + { + "val":"History sidebar", + "key":"Ctrl + Hcommand + shift + H" + }, + { + "val":"Library window (History)", + "key":"Ctrl + Shift + H" + }, + { + "val":"Clear Recent History", + "key":"Ctrl + Shift + Delcommand + shift + delete" + } +], + "Bookmarks": [ + { + "val":"Bookmark All Tabs", + "key":"Ctrl + Shift + Dcommand + shift + D" + }, + { + "val":"Bookmark This Page", + "key":"Ctrl + Dcommand + D" + }, + { + "val":"Bookmarks sidebar", + "key":"Ctrl + BCtrl + Icommand + BCtrl + B" + }, + { + "val":"Library window (Bookmarks)", + "key":"Ctrl + Shift + Bcommand + shift + BCtrl + Shift + O" + } +], + "Tools": [ + { + "val":"Downloads", + "key":"Ctrl + JCtrl + Shift + Ycommand + J" + }, + { + "val":"Add-ons", + "key":"Ctrl + Shift + Acommand + shift + A" + }, + { + "val":"Toggle Developer Tools", + "key":"F12Ctrl + Shift + Icommand + alt + I" + }, + { + "val":"Web Console", + "key":"Ctrl + Shift + Kcommand + alt + K" + }, + { + "val":"Inspector", + "key":"Ctrl + Shift + Ccommand + alt + C" + }, + { + "val":"Debugger", + "key":"Ctrl + Shift + Scommand + alt + S" + }, + { + "val":"Style Editor", + "key":"Shift + F7" + }, + { + "val":"Profiler", + "key":"Shift + F5" + }, + { + "val":"Network", + "key":"Ctrl + Shift + Qcommand + alt + Q" + }, + { + "val":"Developer Toolbar", + "key":"Shift + F2" + }, + { + "val":"Responsive Design View", + "key":"Ctrl + Shift + Mcommand + alt + M" + }, + { + "val":"Scratchpad", + "key":"Shift + F4" + }, + { + "val":"Page Source", + "key":"Ctrl + Ucommand + U" + }, + { + "val":"Error ConsoleBrowser Console", + "key":"Ctrl + Shift + Jcommand + shift + J" + }, + { + "val":"Page Info", + "key":"command + ICtrl + I" + } +], + "PDF Viewer": [ + { + "val":"Next page", + "key":"N or J or →" + }, + { + "val":"Previous page", + "key":"P or K or ←" + }, + { + "val":"Zoom in", + "key":"Ctrl + +command + +" + }, + { + "val":"Zoom out", + "key":"Ctrl + -command + -" + }, + { + "val":"Automatic Zoom", + "key":"Ctrl + 0command + 0" + }, + { + "val":"Rotate the document clockwise", + "key":"R" + }, + { + "val":"Rotate counterclockwise", + "key":"Shift + R" + }, + { + "val":"Switch to Presentation Mode", + "key":"Ctrl + Alt + Pcommand + Alt + P" + }, + { + "val":"Toggle Hand Tool", + "key":"H" + }, + { + "val":"Focus the Page Number input box", + "key":"Ctrl + Alt + Gcommand + Alt + G" + } +], + "Miscellaneous": [ + { + "val":"Complete .com Address", + "key":"Ctrl + Entercommand + return" + }, + { + "val":"Complete .net Address", + "key":"Shift + Entershift + return" + }, + { + "val":"Complete .org Address", + "key":"Ctrl + Shift + Entercommand + shift + return" + }, + { + "val":"Delete Selected Autocomplete Entry", + "key":"Delshift + delete" + }, + { + "val":"Toggle Full Screen", + "key":"command+Shift+FF11" + }, + { + "val":"Toggle Menu Bar activation (showing it temporarily when hidden)", + "key":"Alt or F10Alt (KDE) or F10 (GNOME)" + }, + { + "val":"Show/Hide Add-on Bar", + "key":"Ctrl + /command + /" + }, + { + "val":"Caret Browsing", + "key":"F7" + }, + { + "val":"Select Location Bar", + "key":"F6Alt + DCtrl + Lcommand + L" + } +], + "Media shortcuts": [ + { + "val":"Toggle Play / Pause", + "key":"Space bar" + }, + { + "val":"Decrease volume", + "key":"↓" + }, + { + "val":"Increase volume", + "key":"↑" + }, + { + "val":"Mute audio", + "key":"Ctrl + ↓command + ↓" + }, + { + "val":"Unmute audio", + "key":"Ctrl + ↑command + ↑" + }, + { + "val":"Seek back 15 seconds", + "key":"←" + }, + { + "val":"Seek back 10 %", + "key":"Ctrl + ←command + ←" + }, + { + "val":"Seek forward 15 seconds", + "key":"→" + }, + { + "val":"Seek forward 10 %", + "key":"Ctrl + →command + →" + }, + { + "val":"Seek to the beginning", + "key":"Home" + }, + { + "val":"Seek to the end", + "key":"End" + } +] } } From 8b7ca20bf239f487901484a2d4736f4ca19d696d Mon Sep 17 00:00:00 2001 From: Naman Distro Date: Mon, 27 Jul 2015 16:39:37 +0530 Subject: [PATCH 02/10] Update firefox.json --- share/goodie/cheat_sheets/firefox.json | 222 +++++++++++++------------ 1 file changed, 119 insertions(+), 103 deletions(-) diff --git a/share/goodie/cheat_sheets/firefox.json b/share/goodie/cheat_sheets/firefox.json index 5720cd902..c398791a9 100644 --- a/share/goodie/cheat_sheets/firefox.json +++ b/share/goodie/cheat_sheets/firefox.json @@ -1,9 +1,9 @@ { "id": "firefox_cheat_sheet", - "name": "Firefox Cheetsheet", + "name": "Firefox Cheatsheet", "metadata": { "sourceName": "Mozilla Firefox", - "sourceUrl": "https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perform-firefox-tasks-quickly?redirectlocale=en-US&redirectslug=Keyboard+shortcuts" + "sourceUrl": "https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perform-firefox-tasks-quickly" }, "section_order": [ "Navigation", @@ -22,49 +22,49 @@ "Navigation": [ { "val":"Back", - "key":"Alt + ←Backspacecommand + ←command + [DeleteAlt + ←Ctrl + [" + "key":"[Alt] [←]" }, { "val":"Forward", - "key":"Alt + →Shift + Backspacecommand + →command + ]Shift + DeleteAlt + →Ctrl + ]" + "key":"[Alt] [→]" }, { "val":"Home", - "key":"Alt + Homeoption + home" + "key":"[Alt] [Home]" }, { "val":"Open File", - "key":"Ctrl + Ocommand + O" + "key":"[Ctrl] [O]" }, { "val":"Reload", - "key":"F5Ctrl + Rcommand + R" + "key":"F5" }, { "val":"Reload (override cache)", - "key":"Ctrl + F5Ctrl + Shift + Rcommand + shift + R" + "key":"[Ctrl] [F5]" }, { "val":"Stop", - "key":"Esccommand + ." + "key":"Esc" } ], "Current Page": [ { "val":"Go Down a Screen", - "key":"Page Downfn + ↓" + "key":"[Page Down]" }, { "val":"Go Up a Screen", - "key":"Page Upfn + ↑" + "key":"[Page Up]" }, { "val":"Go to Bottom of Page", - "key":"Endcommand + ↓" + "key":"End" }, { "val":"Go to Top of Page", - "key":"Homecommand + ↑" + "key":"Home" }, { "val":"Move to Next Frame", @@ -72,297 +72,309 @@ }, { "val":"Move to Previous Frame", - "key":"Shift + F6" + "key":"[Shift] [F6]" }, { "val":"Print", - "key":"Ctrl + Pcommand + P" + "key":"[Ctrl] [P]" }, { "val":"Save Page As", - "key":"Ctrl + Scommand + S" + "key":"[Ctrl] [S]" }, { "val":"Zoom In", - "key":"Ctrl + +command + +" + "key":"[Ctrl] [+]" }, { "val":"Zoom Out", - "key":"Ctrl + -command + -" + "key":"[Ctrl] [-]" }, { "val":"Zoom Reset", - "key":"Ctrl + 0command + 0" + "key":"[Ctrl] [0]" } ], "Editing": [ { "val":"Copy", - "key":"Ctrl + Ccommand + C" + "key":"[Ctrl] [C]" }, { "val":"Cut", - "key":"Ctrl + Xcommand + X" + "key":"[Ctrl] [X]" }, { "val":"Delete", - "key":"Deldelete" + "key":"Del" }, { "val":"Paste", - "key":"Ctrl + Vcommand + V" + "key":"[Ctrl] [V]" }, { "val":"Paste (as plain text)", - "key":"Ctrl + Shift + Vcommand + shift + V" + "key":"[Ctrl] [Shift] [V]" }, { "val":"Redo", - "key":"Ctrl + Ycommand + shift + ZCtrl + Shift + Z" + "key":"[Ctrl] [Shift] [Z]" }, { "val":"Select All", - "key":"Ctrl + Acommand + A" + "key":"[Ctrl] [A]" }, { "val":"Undo", - "key":"Ctrl + Zcommand + Z" + "key":"[Ctrl] [Z]" } ], "Search": [ { "val":"Find", - "key":"Ctrl + Fcommand + F" + "key":"[Ctrl] [F]" }, { "val":"Find Again", - "key":"F3Ctrl + Gcommand + G" + "key":"[Ctrl] [G]" }, { "val":"Find Previous", - "key":"Shift + F3Ctrl + Shift + Gcommand + shift + G" + "key":"[Shift] [F3]" }, { "val":"Quick Find within link-text only", - "key":"'" + "key":" ' " }, { "val":"Quick Find", - "key":"/" + "key":" / " }, { - "val":"Close the Find or Quick Find bar", + "val":"Close the Find or Quick Find bar (When Focused)", "key":"Esc" }, { "val":"Focus Search bar", - "key":"Ctrl + Kcommand + KCtrl + ECtrl + Jcommand + option + F" + "key":"[Ctrl] [K]" }, { - "val":"Quickly switch between search engines", - "key":"Ctrl + ↑Ctrl + ↓command + ↑command + ↓" + "val":"Focus Search bar (Alternative)", + "key":"[Ctrl] [J]" }, { - "val":"View menu to switch, add or manage search engines", - "key":"Alt + ↑Alt + ↓F4option + ↑option + ↓" + "val":"Quickly switch between search engines (When Search Bar is focused)", + "key":"[Ctrl] [↑][↓]" + }, + { + "val":"View menu to switch, add or manage search engines (When Search Bar Focused)", + "key":"[Alt] [↑][↓]" } ], "Windows & Tabs": [ { "val":"Close Tab", - "key":"Ctrl + WCtrl + F4command + W" + "key":"[Ctrl] [W]" + }, + { + "val":"Close Tab", + "key":"[Ctrl] [F4]" }, { "val":"Close Window", - "key":"Ctrl + Shift + WAlt + F4command + shift + W" + "key":"[Ctrl] [Shift] [W]" }, { "val":"Move Tab in focus Left", - "key":"Ctrl + ←Ctrl + ↑command + ←command + ↑Ctrl + Shift + Page Up" + "key":"[Ctrl] [Shift] [Page Up]" }, { "val":"Move Tab in focus Right", - "key":"Ctrl + →Ctrl + ↓command + →command + ↓Ctrl + Shift + Page Down" + "key":"[Ctrl] [Shift] [Page Down]" }, { "val":"Move Tab in focus to start", - "key":"Ctrl + Homecommand + home" + "key":"[Ctrl] [Home]" }, { "val":"Move Tab in focus to end", - "key":"Ctrl + Endcommand + end" + "key":"[Ctrl] [End]" }, { "val":"New Tab", - "key":"Ctrl + Tcommand + T" + "key":"[Ctrl] [T]" }, { "val":"New Window", - "key":"Ctrl + Ncommand + N" + "key":"[Ctrl] [N]" }, { "val":"New Private Window", - "key":"Ctrl + Shift + Pcommand + shift + P" + "key":"[Ctrl] [Shift] [P]" }, { "val":"Next Tab", - "key":"Ctrl + TabCtrl + Page Downcontrol + tabcontrol + page downcommand + option + →" + "key":"[Ctrl] [Tab]" }, { "val":"Open Address in New Tab", - "key":"Alt + Enteroption + return" + "key":"[Alt] [Enter]" }, { "val":"Previous Tab", - "key":"Ctrl + Shift + TabCtrl + Page Upcontrol + shift + tabcontrol + page upcommand + option + ←" + "key":"[Ctrl] [Shift] [Tab]" }, { "val":"Undo Close Tab", - "key":"Ctrl + Shift + Tcommand + shift + T" + "key":"[Ctrl] [Shift] [T]" }, { "val":"Undo Close Window", - "key":"Ctrl + Shift + Ncommand + shift + N" + "key":"[Ctrl] [Shift] [N]" }, { "val":"Select Tab 1 to 8", - "key":"Ctrl + 1to8command + 1to8Alt + 1to8" + "key":"[Ctrl] [1to8]" }, { "val":"Select Last Tab", - "key":"Ctrl + 9command + 9Alt + 9" + "key":"[Alt] [9]" }, { "val":"Tab Groups View", - "key":"Ctrl + Shift + Ecommand + shift + E" + "key":"[Ctrl] [Shift] [E]" }, { "val":"Close Tab Groups View", "key":"Esc" }, { - "val":"Next Tab Group", - "key":"Ctrl + `control + `" + "val":"Next Tab Group (only for some keyboard layouts )", + "key":"[Ctrl] [`]" }, { - "val":"Previous Tab Group", - "key":"Ctrl + Shift + `control + shift + `" + "val":"Previous Tab Group (only for some keyboard layouts )", + "key":"[Ctrl] [Shift] [`]" } ], "History": [ { "val":"History sidebar", - "key":"Ctrl + Hcommand + shift + H" + "key":"[Ctrl] [H]" }, { "val":"Library window (History)", - "key":"Ctrl + Shift + H" + "key":"[Ctrl] [Shift] [H]" }, { "val":"Clear Recent History", - "key":"Ctrl + Shift + Delcommand + shift + delete" + "key":"[Ctrl] [Shift] [Del]" } ], "Bookmarks": [ { "val":"Bookmark All Tabs", - "key":"Ctrl + Shift + Dcommand + shift + D" + "key":"[Ctrl] [Shift] [D]" }, { "val":"Bookmark This Page", - "key":"Ctrl + Dcommand + D" + "key":"[Ctrl] [D]" }, { "val":"Bookmarks sidebar", - "key":"Ctrl + BCtrl + Icommand + BCtrl + B" + "key":"[Ctrl] [B]" }, { "val":"Library window (Bookmarks)", - "key":"Ctrl + Shift + Bcommand + shift + BCtrl + Shift + O" + "key":"[Ctrl] [Shift] [O]" } ], "Tools": [ { "val":"Downloads", - "key":"Ctrl + JCtrl + Shift + Ycommand + J" + "key":"[Ctrl] [Shift] [Y]" }, { "val":"Add-ons", - "key":"Ctrl + Shift + Acommand + shift + A" + "key":"[Ctrl] [Shift] [A]" }, { "val":"Toggle Developer Tools", - "key":"F12Ctrl + Shift + Icommand + alt + I" + "key":"[Ctrl] + [Shift] + [I]" + }, + { + "val":"Toggle Developer Tools (Alternative)", + "key":"F12" }, { "val":"Web Console", - "key":"Ctrl + Shift + Kcommand + alt + K" + "key":"[Ctrl] [Shift] [K]" }, { "val":"Inspector", - "key":"Ctrl + Shift + Ccommand + alt + C" + "key":"[Ctrl] [Shift] [C]" }, { "val":"Debugger", - "key":"Ctrl + Shift + Scommand + alt + S" + "key":"[Ctrl] [Shift] [S]" }, { "val":"Style Editor", - "key":"Shift + F7" + "key":"[Shift] [F7]" }, { "val":"Profiler", - "key":"Shift + F5" + "key":"[Shift] [F5]" }, { "val":"Network", - "key":"Ctrl + Shift + Qcommand + alt + Q" + "key":"[Ctrl] [Shift] [Q]" }, { "val":"Developer Toolbar", - "key":"Shift + F2" + "key":"[Shift] [F2]" }, { "val":"Responsive Design View", - "key":"Ctrl + Shift + Mcommand + alt + M" + "key":"[Ctrl] [Shift] [M]" }, { "val":"Scratchpad", - "key":"Shift + F4" + "key":"[Shift] [F4]" }, { "val":"Page Source", - "key":"Ctrl + Ucommand + U" + "key":"[Ctrl] [U]" }, { - "val":"Error ConsoleBrowser Console", - "key":"Ctrl + Shift + Jcommand + shift + J" + "val":"Browser Console", + "key":"[Ctrl] [Shift] [J]" }, { "val":"Page Info", - "key":"command + ICtrl + I" + "key":"[Ctrl] [I]" } ], "PDF Viewer": [ { "val":"Next page", - "key":"N or J or →" + "key":"[N] or [J] or [→]" }, { "val":"Previous page", - "key":"P or K or ←" + "key":"[P] or [K] or [←]" }, { "val":"Zoom in", - "key":"Ctrl + +command + +" + "key":"[Ctrl] [+]" }, { "val":"Zoom out", - "key":"Ctrl + -command + -" + "key":"[Ctrl] [-]" }, { "val":"Automatic Zoom", - "key":"Ctrl + 0command + 0" + "key":"[Ctrl] [0]" }, { "val":"Rotate the document clockwise", @@ -370,11 +382,11 @@ }, { "val":"Rotate counterclockwise", - "key":"Shift + R" + "key":"[Shift] [R]" }, { "val":"Switch to Presentation Mode", - "key":"Ctrl + Alt + Pcommand + Alt + P" + "key":"[Ctrl] [Alt] [P]" }, { "val":"Toggle Hand Tool", @@ -382,37 +394,41 @@ }, { "val":"Focus the Page Number input box", - "key":"Ctrl + Alt + Gcommand + Alt + G" + "key":"[Ctrl] [Alt] [G]" } ], "Miscellaneous": [ { "val":"Complete .com Address", - "key":"Ctrl + Entercommand + return" + "key":"[Ctrl] [Enter]" }, { "val":"Complete .net Address", - "key":"Shift + Entershift + return" + "key":"[Shift] [Enter]" }, { "val":"Complete .org Address", - "key":"Ctrl + Shift + Entercommand + shift + return" + "key":"[Ctrl] [Shift] [Enter]" }, { "val":"Delete Selected Autocomplete Entry", - "key":"Delshift + delete" + "key":"Del" }, { "val":"Toggle Full Screen", - "key":"command+Shift+FF11" + "key":"F11" }, { - "val":"Toggle Menu Bar activation (showing it temporarily when hidden)", - "key":"Alt or F10Alt (KDE) or F10 (GNOME)" + "val":"Toggle Menu Bar activation (KDE) (showing it temporarily when hidden)", + "key":"Alt" + }, + { + "val":"Toggle Menu Bar activation (GNOME) (showing it temporarily when hidden)", + "key":"F10" }, { "val":"Show/Hide Add-on Bar", - "key":"Ctrl + /command + /" + "key":"[Ctrl] [/]" }, { "val":"Caret Browsing", @@ -420,7 +436,7 @@ }, { "val":"Select Location Bar", - "key":"F6Alt + DCtrl + Lcommand + L" + "key":"F6" } ], "Media shortcuts": [ @@ -438,11 +454,11 @@ }, { "val":"Mute audio", - "key":"Ctrl + ↓command + ↓" + "key":"[Ctrl] [↓]" }, { "val":"Unmute audio", - "key":"Ctrl + ↑command + ↑" + "key":"[Ctrl] [↑]" }, { "val":"Seek back 15 seconds", @@ -450,7 +466,7 @@ }, { "val":"Seek back 10 %", - "key":"Ctrl + ←command + ←" + "key":"[Ctrl] [←]" }, { "val":"Seek forward 15 seconds", @@ -458,7 +474,7 @@ }, { "val":"Seek forward 10 %", - "key":"Ctrl + →command + →" + "key":"[Ctrl] [→]" }, { "val":"Seek to the beginning", From 4631b74fd9fb29765b0b81dddba8ce7a0c595ea9 Mon Sep 17 00:00:00 2001 From: namandistro Date: Wed, 29 Jul 2015 06:54:58 +0000 Subject: [PATCH 03/10] Rose Cheat Sheet --- share/goodie/cheat_sheets/rose.json | 102 ++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 share/goodie/cheat_sheets/rose.json diff --git a/share/goodie/cheat_sheets/rose.json b/share/goodie/cheat_sheets/rose.json new file mode 100644 index 000000000..8b12aa4f5 --- /dev/null +++ b/share/goodie/cheat_sheets/rose.json @@ -0,0 +1,102 @@ +{ + "name": "Rose Cheat Sheet", + "id": "rose_cheat_sheet", + "description": "Not all rose are grown naturally, Some are even artificial.", + "metadata": { + "sourceName": "Morrison Garden", + "sourceUrl": "http://rkdn.org/roses/colors.asp" + }, + "section_order": [ + "Colour of Rose", + "Number of Rose" + ], + "sections": { + "Colour of Rose": [{ + "val": "Love, Beauty, Courage and Respect, Romantic Love, Congratulations, I Love You, Job Well Done, Sincere Love, Respect, Courage & Passion", + "key": "Red" + }, { + "val": "Unconscious Beauty", + "key": "Dark Red" + }, { + "val": "I Love You", + "key": "Single Red" + }, { + "val": "Unconscious Beauty", + "key": "Burgundy" + }, { + "val": "Purity, Innocence, Silence, Secrecy, Reverence, Humility, Youthfulness, I am worthy of you, Heavenly ", + "key": "White" + }, { + "val": "Happy love", + "key": "White Bridal" + }, { + "val": "Appreciation, Thank you, Grace, Perfect Happiness, Admiration, Gentleness, Please Believe Me ", + "key": "Pink" + }, { + "val": "Appreciation, Gratitude, Thank You", + "key": "Dark Pink" + }, { + "val": "Admiration, Sympathy, Gentleness, Grace, Gladness, Joy, Sweetness", + "key": "Light Pink" + }, { + "val": "Joy, Gladness, Friendship, Delight, Promise of a new beginning, Welcome Back, Remember Me, Jealousy, I care", + "key": "Yellow" + }, { + "val": "Friendship, Falling in Love", + "key": "[Yellow] [Red Tip]" + }, { + "val": "Given together, these signify unity", + "key": "[Red] [White] " + }, { + "val": "Desire, Enthusiasm, Desire, Fascination", + "key": "Orange" + }, { + "val": "Jovial and Happy Feelings", + "key": "[Red] [Yellow]" + }, { + "val": "Appreciation, Closing the deal, Let's get together, Sincerity, Gratitude", + "key": "Peach" + }, { + "val": "Modesty", + "key": "[Pale] [Peach]" + }, { + "val": "Desire", + "key": "Coral" + }, { + "val": "Love at first sight, Enchantment", + "key": "Lavender" + }, { + "val": "Death, Farewell", + "key": "Black" + }, { + "val": "The unattainable, the impossible", + "key": "Blue" + }, { + "val": "Symbolic of purity and loveliness", + "key": "[Red] [Rosebud]" + }, { + "val": "Symbolic of girlhood", + "key": "[White] [Rosebud]" + }, { + "val": "Love at first sight", + "key": " [Thorn-less] [Rose]" + }], + "Number of Rose": [ + { + "val": "A rose of any color depicts utmost devotion", + "key": "Single" + }, { + "val": "Roses entwined together communicate 'Marry me'", + "key": "Two" + }, { + "val": "Roses signify a need to be loved or cherished", + "key": "Six" + }, { + "val": "roses assure the recipient they are truly and deeply loved", + "key": "Eleven" + }, { + "val": "roses indicate a secret admirer", + "key": "Thirteen" + }] + } +} \ No newline at end of file From ca63133dbecc8a9c926b825e9bba792f1285e3bc Mon Sep 17 00:00:00 2001 From: Naman Distro Date: Wed, 29 Jul 2015 12:56:24 +0530 Subject: [PATCH 04/10] Update firefox.json --- share/goodie/cheat_sheets/firefox.json | 637 ++++++------------------- 1 file changed, 155 insertions(+), 482 deletions(-) diff --git a/share/goodie/cheat_sheets/firefox.json b/share/goodie/cheat_sheets/firefox.json index c398791a9..d9104daea 100644 --- a/share/goodie/cheat_sheets/firefox.json +++ b/share/goodie/cheat_sheets/firefox.json @@ -1,489 +1,162 @@ { - "id": "firefox_cheat_sheet", - "name": "Firefox Cheatsheet", + "id": "firefox_cheat_sheet", + "name": "Mozilla Firefox", "metadata": { - "sourceName": "Mozilla Firefox", + "sourceName": "Firefox Help", "sourceUrl": "https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perform-firefox-tasks-quickly" }, - "section_order": [ - "Navigation", - "Current Page", - "Editing", - "Search", - "Windows & Tabs", - "History", - "Bookmarks", - "Tools", - "PDF Viewer", - "Miscellaneous", - "Media shortcuts" - ], + "section_order": ["Navigation", "Current Page", "Editing","Search","Windows & Tabs","History","Bookmarks"], "sections": { - "Navigation": [ - { - "val":"Back", - "key":"[Alt] [←]" - }, - { - "val":"Forward", - "key":"[Alt] [→]" - }, - { - "val":"Home", - "key":"[Alt] [Home]" - }, - { - "val":"Open File", - "key":"[Ctrl] [O]" - }, - { - "val":"Reload", - "key":"F5" - }, - { - "val":"Reload (override cache)", - "key":"[Ctrl] [F5]" - }, - { - "val":"Stop", - "key":"Esc" - } -], - "Current Page": [ - { - "val":"Go Down a Screen", - "key":"[Page Down]" - }, - { - "val":"Go Up a Screen", - "key":"[Page Up]" - }, - { - "val":"Go to Bottom of Page", - "key":"End" - }, - { - "val":"Go to Top of Page", - "key":"Home" - }, - { - "val":"Move to Next Frame", - "key":"F6" - }, - { - "val":"Move to Previous Frame", - "key":"[Shift] [F6]" - }, - { - "val":"Print", - "key":"[Ctrl] [P]" - }, - { - "val":"Save Page As", - "key":"[Ctrl] [S]" - }, - { - "val":"Zoom In", - "key":"[Ctrl] [+]" - }, - { - "val":"Zoom Out", - "key":"[Ctrl] [-]" - }, - { - "val":"Zoom Reset", - "key":"[Ctrl] [0]" - } -], - "Editing": [ - { - "val":"Copy", - "key":"[Ctrl] [C]" - }, - { - "val":"Cut", - "key":"[Ctrl] [X]" - }, - { - "val":"Delete", - "key":"Del" - }, - { - "val":"Paste", - "key":"[Ctrl] [V]" - }, - { - "val":"Paste (as plain text)", - "key":"[Ctrl] [Shift] [V]" - }, - { - "val":"Redo", - "key":"[Ctrl] [Shift] [Z]" - }, - { - "val":"Select All", - "key":"[Ctrl] [A]" - }, - { - "val":"Undo", - "key":"[Ctrl] [Z]" - } -], - "Search": [ - { - "val":"Find", - "key":"[Ctrl] [F]" - }, - { - "val":"Find Again", - "key":"[Ctrl] [G]" - }, - { - "val":"Find Previous", - "key":"[Shift] [F3]" - }, - { - "val":"Quick Find within link-text only", - "key":" ' " - }, - { - "val":"Quick Find", - "key":" / " - }, - { - "val":"Close the Find or Quick Find bar (When Focused)", - "key":"Esc" - }, - { - "val":"Focus Search bar", - "key":"[Ctrl] [K]" - }, - { - "val":"Focus Search bar (Alternative)", - "key":"[Ctrl] [J]" - }, - { - "val":"Quickly switch between search engines (When Search Bar is focused)", - "key":"[Ctrl] [↑][↓]" - }, - { - "val":"View menu to switch, add or manage search engines (When Search Bar Focused)", - "key":"[Alt] [↑][↓]" - } -], - "Windows & Tabs": [ - { - "val":"Close Tab", - "key":"[Ctrl] [W]" - }, - { - "val":"Close Tab", - "key":"[Ctrl] [F4]" - }, - { - "val":"Close Window", - "key":"[Ctrl] [Shift] [W]" - }, - { - "val":"Move Tab in focus Left", - "key":"[Ctrl] [Shift] [Page Up]" - }, - { - "val":"Move Tab in focus Right", - "key":"[Ctrl] [Shift] [Page Down]" - }, - { - "val":"Move Tab in focus to start", - "key":"[Ctrl] [Home]" - }, - { - "val":"Move Tab in focus to end", - "key":"[Ctrl] [End]" - }, - { - "val":"New Tab", - "key":"[Ctrl] [T]" - }, - { - "val":"New Window", - "key":"[Ctrl] [N]" - }, - { - "val":"New Private Window", - "key":"[Ctrl] [Shift] [P]" - }, - { - "val":"Next Tab", - "key":"[Ctrl] [Tab]" - }, - { - "val":"Open Address in New Tab", - "key":"[Alt] [Enter]" - }, - { - "val":"Previous Tab", - "key":"[Ctrl] [Shift] [Tab]" - }, - { - "val":"Undo Close Tab", - "key":"[Ctrl] [Shift] [T]" - }, - { - "val":"Undo Close Window", - "key":"[Ctrl] [Shift] [N]" - }, - { - "val":"Select Tab 1 to 8", - "key":"[Ctrl] [1to8]" - }, - { - "val":"Select Last Tab", - "key":"[Alt] [9]" - }, - { - "val":"Tab Groups View", - "key":"[Ctrl] [Shift] [E]" - }, - { - "val":"Close Tab Groups View", - "key":"Esc" - }, - { - "val":"Next Tab Group (only for some keyboard layouts )", - "key":"[Ctrl] [`]" - }, - { - "val":"Previous Tab Group (only for some keyboard layouts )", - "key":"[Ctrl] [Shift] [`]" - } -], - "History": [ - { - "val":"History sidebar", - "key":"[Ctrl] [H]" - }, - { - "val":"Library window (History)", - "key":"[Ctrl] [Shift] [H]" - }, - { - "val":"Clear Recent History", - "key":"[Ctrl] [Shift] [Del]" - } -], - "Bookmarks": [ - { - "val":"Bookmark All Tabs", - "key":"[Ctrl] [Shift] [D]" - }, - { - "val":"Bookmark This Page", - "key":"[Ctrl] [D]" - }, - { - "val":"Bookmarks sidebar", - "key":"[Ctrl] [B]" - }, - { - "val":"Library window (Bookmarks)", - "key":"[Ctrl] [Shift] [O]" - } -], - "Tools": [ - { - "val":"Downloads", - "key":"[Ctrl] [Shift] [Y]" - }, - { - "val":"Add-ons", - "key":"[Ctrl] [Shift] [A]" - }, - { - "val":"Toggle Developer Tools", - "key":"[Ctrl] + [Shift] + [I]" - }, - { - "val":"Toggle Developer Tools (Alternative)", - "key":"F12" - }, - { - "val":"Web Console", - "key":"[Ctrl] [Shift] [K]" - }, - { - "val":"Inspector", - "key":"[Ctrl] [Shift] [C]" - }, - { - "val":"Debugger", - "key":"[Ctrl] [Shift] [S]" - }, - { - "val":"Style Editor", - "key":"[Shift] [F7]" - }, - { - "val":"Profiler", - "key":"[Shift] [F5]" - }, - { - "val":"Network", - "key":"[Ctrl] [Shift] [Q]" - }, - { - "val":"Developer Toolbar", - "key":"[Shift] [F2]" - }, - { - "val":"Responsive Design View", - "key":"[Ctrl] [Shift] [M]" - }, - { - "val":"Scratchpad", - "key":"[Shift] [F4]" - }, - { - "val":"Page Source", - "key":"[Ctrl] [U]" - }, - { - "val":"Browser Console", - "key":"[Ctrl] [Shift] [J]" - }, - { - "val":"Page Info", - "key":"[Ctrl] [I]" - } -], - "PDF Viewer": [ - { - "val":"Next page", - "key":"[N] or [J] or [→]" - }, - { - "val":"Previous page", - "key":"[P] or [K] or [←]" - }, - { - "val":"Zoom in", - "key":"[Ctrl] [+]" - }, - { - "val":"Zoom out", - "key":"[Ctrl] [-]" - }, - { - "val":"Automatic Zoom", - "key":"[Ctrl] [0]" - }, - { - "val":"Rotate the document clockwise", - "key":"R" - }, - { - "val":"Rotate counterclockwise", - "key":"[Shift] [R]" - }, - { - "val":"Switch to Presentation Mode", - "key":"[Ctrl] [Alt] [P]" - }, - { - "val":"Toggle Hand Tool", - "key":"H" - }, - { - "val":"Focus the Page Number input box", - "key":"[Ctrl] [Alt] [G]" - } -], - "Miscellaneous": [ - { - "val":"Complete .com Address", - "key":"[Ctrl] [Enter]" - }, - { - "val":"Complete .net Address", - "key":"[Shift] [Enter]" - }, - { - "val":"Complete .org Address", - "key":"[Ctrl] [Shift] [Enter]" - }, - { - "val":"Delete Selected Autocomplete Entry", - "key":"Del" - }, - { - "val":"Toggle Full Screen", - "key":"F11" - }, - { - "val":"Toggle Menu Bar activation (KDE) (showing it temporarily when hidden)", - "key":"Alt" - }, - { - "val":"Toggle Menu Bar activation (GNOME) (showing it temporarily when hidden)", - "key":"F10" - }, - { - "val":"Show/Hide Add-on Bar", - "key":"[Ctrl] [/]" - }, - { - "val":"Caret Browsing", - "key":"F7" - }, - { - "val":"Select Location Bar", - "key":"F6" - } -], - "Media shortcuts": [ - { - "val":"Toggle Play / Pause", - "key":"Space bar" - }, - { - "val":"Decrease volume", - "key":"↓" - }, - { - "val":"Increase volume", - "key":"↑" - }, - { - "val":"Mute audio", - "key":"[Ctrl] [↓]" - }, - { - "val":"Unmute audio", - "key":"[Ctrl] [↑]" - }, - { - "val":"Seek back 15 seconds", - "key":"←" - }, - { - "val":"Seek back 10 %", - "key":"[Ctrl] [←]" - }, - { - "val":"Seek forward 15 seconds", - "key":"→" - }, - { - "val":"Seek forward 10 %", - "key":"[Ctrl] [→]" - }, - { - "val":"Seek to the beginning", - "key":"Home" - }, - { - "val":"Seek to the end", - "key":"End" - } -] + "Navigation": [{ + "val": "Back", + "key": "[Alt] [ ←]" + }, { + "val": "Home ", + "key": "[Alt] [Home] " + }, { + "val": "Open File ", + "key": "[Ctrl] [O] " + }, { + "val": "Reload ", + "key": "F5" + }, { + "val": "Stop", + "key": "Esc" + }], + "Current Page": [{ + "val": "Go Down a Screen ", + "key": "Page Down" + }, { + "val": "Go Up a Screen ", + "key": "Page Up" + }, { + "val": "Go to Bottom of Page ", + "key": "End" + }, { + "val": "Go to Top of Page ", + "key": "Home" + }, { + "val": "Move to Next Frame ", + "key": "F6" + }], + "Editing": [{ + "val": "copy ", + "key": "[Ctrl] [C]" + }, { + "val": "Cut", + "key": "[Ctrl] [X]" + }, { + "val": "Delete ", + "key": "Del" + }, { + "val": "Paste", + "key": "[Ctrl] [V] " + }, { + "val": "Paste as plain txt", + "key": "[Ctrl] [Shift] [V] " + }, { + "val": "Redo", + "key": "[Ctrl] [Shift] [Z] " + }, { + "val": "Undo", + "key": "[Ctrl] [Z] " + }], + "Search": [{ + "val": "Find ", + "key": "[Ctrl] [F]" + }, { + "val": "Find again", + "key": "[Ctrl] [G]" + }, { + "val": "Find Previous ", + "key": "[Shift] [F3]" + }, { + "val": "Quick Find within link-text only ", + "key": "' " + }, { + "val": "Quick Find ", + "key": "/ " + }, { + "val": "Close the Find or Quick Find bar ", + "key": "Esc " + }, { + "val": "Focus Search bar", + "key": "[Ctrl] [K] " + }, { + "val": "Focus Search bar(alternative)", + "key": "[Ctrl] [J]" + }], + "Windows & Tabs": [{ + "val": "CLose Tab ", + "key": "[Ctrl] [W]" + },{ + "val": "CLose Tab(alternative) ", + "key": "[Ctrl] [F4]" + }, { + "val": "Close Window ", + "key": "[Ctrl] [Shift] [W]" + }, { + "val": "Close Window(alternative) ", + "key": "[Alt] [F4]" + }, { + "val": "Move Tab in focus Left ", + "key": "[Ctrl] [Shift] [Page Up]" + }, { + "val": "Move Tab in focus Right ", + "key": "[Ctrl] [Shift] [Page Down] " + }, { + "val": "Move Tab in focus to start ", + "key": "[Ctrl] [Home]" + }, { + "val": "Move Tab in focus to end ", + "key": "[Ctrl] [End] " + }, { + "val": "New Tab ", + "key": "[Ctrl] [T] " + }, { + "val": "New Window ", + "key": "[Ctrl] [W] " + }, { + "val": "New Private Window ", + "key": "[Ctrl] [Shift] [P] " + }, { + "val": "Next Tab ", + "key": "[Ctrl] [Tab] " + }, { + "val": "Next Tab(alternative) ", + "key": "[Ctrl] [Page Down] " + }, { + "val": "Open Address in New Tab ", + "key": "[Alt] [Enter] " + }, { + "val": "Undo Close Tab ", + "key": "[Ctrl] [Shift] [T]" + }, { + "val": "Select Tab 1 to 8 ", + "key": "[Alt] [1..8] " + }, { + "val": "Select Last Tab ", + "key": "[Alt] [9] " + }], + "History": [{ + "val": "History sidebar ", + "key": "[Ctrl] [H] " + }, { + "val": "Library window (History) ", + "key": " [Ctrl] [Shift] [H] " + }, { + "val": "Clear Recent History ", + "key": " [Ctrl] [Shift] [Del] " + }], + "Bookmarks": [{ + "val": "Bookmark This Page ", + "key": "[Ctrl] [D] " + }, { + "val": "Bookmarks sidebar ", + "key": " [Ctrl] [B] " + }, { + "val": "Library window (Bookmarks) ", + "key": " [Ctrl] [Shift] [O] " + }] } } From 444c1994924c8aea691f8602191a1a016cbc26f4 Mon Sep 17 00:00:00 2001 From: Naman Distro Date: Fri, 31 Jul 2015 19:00:04 +0530 Subject: [PATCH 05/10] Minor change --- share/goodie/cheat_sheets/rose.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/goodie/cheat_sheets/rose.json b/share/goodie/cheat_sheets/rose.json index 8b12aa4f5..3554f5ddb 100644 --- a/share/goodie/cheat_sheets/rose.json +++ b/share/goodie/cheat_sheets/rose.json @@ -1,7 +1,7 @@ { "name": "Rose Cheat Sheet", "id": "rose_cheat_sheet", - "description": "Not all rose are grown naturally, Some are even artificial.", + "description": "Not all rose are grown naturally, some are even artificial.", "metadata": { "sourceName": "Morrison Garden", "sourceUrl": "http://rkdn.org/roses/colors.asp" @@ -99,4 +99,4 @@ "key": "Thirteen" }] } -} \ No newline at end of file +} From d782e0e8e823d0aff619e5590cfcd3eaf0152c18 Mon Sep 17 00:00:00 2001 From: Naman Distro Date: Fri, 31 Jul 2015 19:01:30 +0530 Subject: [PATCH 06/10] Fix all the recomended changes --- share/goodie/cheat_sheets/rose.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/goodie/cheat_sheets/rose.json b/share/goodie/cheat_sheets/rose.json index 3554f5ddb..d4da94658 100644 --- a/share/goodie/cheat_sheets/rose.json +++ b/share/goodie/cheat_sheets/rose.json @@ -86,10 +86,10 @@ "val": "A rose of any color depicts utmost devotion", "key": "Single" }, { - "val": "Roses entwined together communicate 'Marry me'", + "val": "roses entwined together communicate 'Marry me'", "key": "Two" }, { - "val": "Roses signify a need to be loved or cherished", + "val": "roses signify a need to be loved or cherished", "key": "Six" }, { "val": "roses assure the recipient they are truly and deeply loved", From d2d90cad3b07e40217169d79275e272617bb1569 Mon Sep 17 00:00:00 2001 From: Naman Distro Date: Sat, 8 Aug 2015 14:56:02 +0530 Subject: [PATCH 07/10] Made Few Recommended changes. --- share/goodie/cheat_sheets/rose.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/share/goodie/cheat_sheets/rose.json b/share/goodie/cheat_sheets/rose.json index d4da94658..07b78997a 100644 --- a/share/goodie/cheat_sheets/rose.json +++ b/share/goodie/cheat_sheets/rose.json @@ -1,14 +1,14 @@ { - "name": "Rose Cheat Sheet", - "id": "rose_cheat_sheet", - "description": "Not all rose are grown naturally, some are even artificial.", + "name": "Rose Colour Meanings", + "id": "rose_meanings_cheat_sheet", + "description": "These are the common meanings for each rose petal colour", "metadata": { "sourceName": "Morrison Garden", "sourceUrl": "http://rkdn.org/roses/colors.asp" }, "section_order": [ "Colour of Rose", - "Number of Rose" + "Number of Roses" ], "sections": { "Colour of Rose": [{ @@ -43,7 +43,7 @@ "key": "Yellow" }, { "val": "Friendship, Falling in Love", - "key": "[Yellow] [Red Tip]" + "key": "Yellow Red Tip" }, { "val": "Given together, these signify unity", "key": "[Red] [White] " @@ -73,29 +73,29 @@ "key": "Blue" }, { "val": "Symbolic of purity and loveliness", - "key": "[Red] [Rosebud]" + "key": "Red Rosebud" }, { "val": "Symbolic of girlhood", - "key": "[White] [Rosebud]" + "key": "White Rosebud" }, { "val": "Love at first sight", - "key": " [Thorn-less] [Rose]" + "key": "Thorn-less Rose" }], - "Number of Rose": [ + "Number of Roses": [ { - "val": "A rose of any color depicts utmost devotion", + "val": "rose of any color depicts utmost devotion", "key": "Single" }, { - "val": "roses entwined together communicate 'Marry me'", + "val": "When entwined, two roses communicate "Marry Me"", "key": "Two" }, { - "val": "roses signify a need to be loved or cherished", + "val": "Signify a need to be loved or cherished", "key": "Six" }, { - "val": "roses assure the recipient they are truly and deeply loved", + "val": "Assure the recipient they are truly and deeply loved", "key": "Eleven" }, { - "val": "roses indicate a secret admirer", + "val": "Indicates a secret admirer", "key": "Thirteen" }] } From b0f1aee7dcdc028118935c0513cdbeb7fd3a2273 Mon Sep 17 00:00:00 2001 From: Naman Distro Date: Sat, 8 Aug 2015 17:03:12 +0530 Subject: [PATCH 08/10] minor change --- share/goodie/cheat_sheets/rose.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/goodie/cheat_sheets/rose.json b/share/goodie/cheat_sheets/rose.json index 07b78997a..053dc469f 100644 --- a/share/goodie/cheat_sheets/rose.json +++ b/share/goodie/cheat_sheets/rose.json @@ -24,13 +24,13 @@ "val": "Unconscious Beauty", "key": "Burgundy" }, { - "val": "Purity, Innocence, Silence, Secrecy, Reverence, Humility, Youthfulness, I am worthy of you, Heavenly ", + "val": "Purity, Innocence, Silence, Secrecy, Reverence, Humility, Youthfulness, I am worthy of you, Heavenly", "key": "White" }, { "val": "Happy love", "key": "White Bridal" }, { - "val": "Appreciation, Thank you, Grace, Perfect Happiness, Admiration, Gentleness, Please Believe Me ", + "val": "Appreciation, Thank you, Grace, Perfect Happiness, Admiration, Gentleness, Please Believe Me", "key": "Pink" }, { "val": "Appreciation, Gratitude, Thank You", From 1ed05a0c4a02c05f4b46699b2986fea07df7f9fc Mon Sep 17 00:00:00 2001 From: Naman Distro Date: Thu, 13 Aug 2015 09:14:55 +0530 Subject: [PATCH 09/10] Minor changes --- share/goodie/cheat_sheets/rose.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/goodie/cheat_sheets/rose.json b/share/goodie/cheat_sheets/rose.json index 053dc469f..3780a12b9 100644 --- a/share/goodie/cheat_sheets/rose.json +++ b/share/goodie/cheat_sheets/rose.json @@ -83,7 +83,7 @@ }], "Number of Roses": [ { - "val": "rose of any color depicts utmost devotion", + "val": "Rose of any color depicts utmost devotion", "key": "Single" }, { "val": "When entwined, two roses communicate "Marry Me"", From f19b15e5ca9a175cdd3ddc336c9ca55c0c374d42 Mon Sep 17 00:00:00 2001 From: Naman Distro Date: Fri, 14 Aug 2015 19:02:20 +0530 Subject: [PATCH 10/10] Change fixed --- share/goodie/cheat_sheets/rose.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/goodie/cheat_sheets/rose.json b/share/goodie/cheat_sheets/rose.json index 3780a12b9..643eaaa07 100644 --- a/share/goodie/cheat_sheets/rose.json +++ b/share/goodie/cheat_sheets/rose.json @@ -86,7 +86,7 @@ "val": "Rose of any color depicts utmost devotion", "key": "Single" }, { - "val": "When entwined, two roses communicate "Marry Me"", + "val": "When entwined, two roses communicate \"Marry Me\"", "key": "Two" }, { "val": "Signify a need to be loved or cherished",