Skip to content

Instantly share code, notes, and snippets.

@samhotchkiss
Created November 7, 2018 19:34
Show Gist options
  • Save samhotchkiss/e11dade348764682c82279ac24597862 to your computer and use it in GitHub Desktop.
Save samhotchkiss/e11dade348764682c82279ac24597862 to your computer and use it in GitHub Desktop.
{"globalFilters":"[\"-https:#mail.google.com/*\",\"-https:#reader.google.com/*\",\"*\"]","hotkeys":"[[\"22\",\"j\",\"Next Email\",\"if ( jQuery(\\\".messages-scroll-container .conversation-row.selected\\\").not('.private-hoverlay__child').length > 0 ) {\\njQuery('.conversation-row.selected + .conversation-row').click();\\n} else {\\njQuery(\\\".conversation-row:not(.private-hoverlay__child)\\\").first().click();\\n}\",[\"https://app.hubspot.com/live-messages/*\"]],[\"23\",\"k\",\"Prev Email\",\"jQuery('.conversation-row.selected').prev('.conversation-row').click();\",[\"https://app.hubspot.com/live-messages/*\"]],[\"24\",\"c\",\"Close Email\",\"jQuery( \\\"button:contains('Mark as closed')\\\" ).click();\\njQuery('.conversation-row.unread').click();\",[\"https://app.hubspot.com/live-messages/*\"]],[\"25\",\"a\",\"Assign Email\",\"jQuery('.reassignment-selected-agent').click();\\njQuery(\\\"input[type='search']\\\").val('');\",[\"https://app.hubspot.com/live-messages/*\"]],[\"26\",\"u\",\"Unassigned Messages\",\"jQuery(\\\"div[data-selenium-view-name=UNASSIGNED]\\\").click();\",[\"https://app.hubspot.com/live-messages/*\"]],[\"27\",\"m\",\"My Messages\",\"jQuery(\\\"div[data-selenium-view-name=ASSIGNED_TO_ME]\\\").click();\",[\"https://app.hubspot.com/live-messages/*\"]],[\"28\",\"l\",\"All Messages\",\"jQuery(\\\"div[data-selenium-view-name=ALL_CONVERSATIONS]\\\").click();\",[\"https://app.hubspot.com/live-messages/*\"]],[\"29\",\"/\",\"Search\",\"jQuery('.navSearch').addClass('active');\\n\\nsetTimeout(function(){\\n jQuery('.navSearch-input').focus().val('');\\n}, 500);\",[\"https://app.hubspot.com/*\"]],[\"30\",\"gm\",\"Go to HS Inbox\",\"location = \\\"https://app.hubspot.com/live-messages/\\\";\",[\"https://app.hubspot.com/*\"]],[\"31\",\"gd\",\"Go to HS Deals\",\"location = \\\"https://app.hubspot.com/contacts/YOUR_ACCOUNT_ID/deals/\\\";\",[\"https://app.hubspot.com/*\"]],[\"32\",\"r\",\"Reply to Email\",\"jQuery( \\\"button[data-test-id=email-footer-reply-button]\\\" ).click();\\njQuery( \\\".DraftEditor-root\\\" ).click();\\n\",[\"https://app.hubspot.com/live-messages/*\"]],[\"33\",\"gt\",\"Go to HS Tickets\",\"location = \\\"https://app.hubspot.com/contacts/YOUR_ACCOUNT_ID/tickets\\\";\",[\"https://app.hubspot.com/*\"]],[\"34\",\"'\",\"Save\",\"jQuery( \\\"button[data-selenium-test=UniversalSaveBar-button-primary]\\\" ).click();\",[\"https://app.hubspot.com/*\"]]]"}
@mdsidhpura
Copy link

What is the shortcut key for publishing file in hubspot

@archiewood
Copy link

I've also created a chrome extension that adds keyboard shortcuts to hubspot

https://github.com/archiewood/hubspot-shortcuts

D | Navigate to Deals
L | Navigate to Leads
S | Navigate to Sequences
N | Select Create New Button
A | Select All Records
E | Enroll in Sequence

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment