Skip to content

Instantly share code, notes, and snippets.

@alex-fomin
Last active March 21, 2018 14:49
Show Gist options
  • Save alex-fomin/44b263b7d1ca65978b2ef2d26cbd72b3 to your computer and use it in GitHub Desktop.
Save alex-fomin/44b263b7d1ca65978b2ef2d26cbd72b3 to your computer and use it in GitHub Desktop.
Hotkeys, alfred workflows, etc
<html>
<head>
<style>
body {
color: white;
}
</style>
</head>
<body>
<table cellspacing="12"><caption>Alfred</caption>
<tbody>
<tr>
<td><code>t {text}</code></td>
<td>Translate</td>
</tr>
<tr>
<td><code>s {text}</code></td>
<td>Sticky</td>
</tr>
</tbody>
</table>
<table cellspacing="12"><caption>Hotkeys</caption>
<tbody>
<tr>
<td><code>⌘ ⇧ 4</code></td>
<td>Take screenshot</td>
</tr>
<tr>
<td><code>⌘ ⇧ ?</code></td>
<td>Insert new sticky</td>
</tr>
</tbody>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment