Skip to content

Add Google Keep keyboard shortcuts for Windows and Mac #115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/img/logo-googlekeep.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions data/Productivity/toolpages-googlekeep-mac.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<table id="myTable">
<tr><th colspan="2">Navigation</th></tr>
<tbody>
<tr><td>Navigate to next/previous note</td><td>j / k</td></tr>
<tr><td>Move note to next/previous position</td><td>⇧ + j / k</td></tr>
<tr><td>Navigate to next/previous list item</td><td>n / p</td></tr>
<tr><td>Move list item to next/previous position</td><td>⇧ + n / p</td></tr>
</tbody>
<tr><th colspan="2">Application</th></tr>
<tbody>
<tr><td>Compose a new note</td><td>c</td></tr>
<tr><td>Compose a new list</td><td>l</td></tr>
<tr><td>Search notes</td><td>/</td></tr>
<tr><td>Select all notes</td><td>⌘ + A</td></tr>
<tr><td>Open keyboard shortcut help</td><td>?</td></tr>
<tr><td>Send feedback</td><td>@</td></tr>
</tbody>
<tr><th colspan="2">Actions</th></tr>
<tbody>
<tr><td>Archive note</td><td>e</td></tr>
<tr><td>Trash note</td><td>#</td></tr>
<tr><td>Pin or unpin notes</td><td>f</td></tr>
<tr><td>Select note</td><td>x</td></tr>
<tr><td>Open note</td><td>Enter</td></tr>
<tr><td>Toggle between list and grid view</td><td>⌘ + G</td></tr>
</tbody>
<tr><th colspan="2">Editor</th></tr>
<tbody>
<tr><td>Finish editing</td><td>Esc<br>⌘ + Enter</td></tr>
<tr><td>Toggle checkboxes</td><td>⌘ + ⇧ + 8</td></tr>
<tr><td>Indent / dedent list item</td><td>⌘ + ] / [</td></tr>
</tbody>
</table>
33 changes: 33 additions & 0 deletions data/Productivity/toolpages-googlekeep-windows.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<table id="myTable">
<tr><th colspan="2">Navigation</th></tr>
<tbody>
<tr><td>Navigate to next/previous note</td><td>j / k</td></tr>
<tr><td>Move note to next/previous position</td><td>Shift + j / k</td></tr>
<tr><td>Navigate to next/previous list item</td><td>n / p</td></tr>
<tr><td>Move list item to next/previous position</td><td>Shift + n / p</td></tr>
</tbody>
<tr><th colspan="2">Application</th></tr>
<tbody>
<tr><td>Compose a new note</td><td>c</td></tr>
<tr><td>Compose a new list</td><td>l</td></tr>
<tr><td>Search notes</td><td>/</td></tr>
<tr><td>Select all notes</td><td>Ctrl + A</td></tr>
<tr><td>Open keyboard shortcut help</td><td>?</td></tr>
<tr><td>Send feedback</td><td>@</td></tr>
</tbody>
<tr><th colspan="2">Actions</th></tr>
<tbody>
<tr><td>Archive note</td><td>e</td></tr>
<tr><td>Trash note</td><td>#</td></tr>
<tr><td>Pin or unpin notes</td><td>f</td></tr>
<tr><td>Select note</td><td>x</td></tr>
<tr><td>Open note</td><td>Enter</td></tr>
<tr><td>Toggle between list and grid view</td><td>Ctrl + G</td></tr>
</tbody>
<tr><th colspan="2">Editor</th></tr>
<tbody>
<tr><td>Finish editing</td><td>Esc<br>Ctrl + Enter</td></tr>
<tr><td>Toggle checkboxes</td><td>Ctrl + Shift + 8</td></tr>
<tr><td>Indent / dedent list item</td><td>Ctrl + ] / [</td></tr>
</tbody>
</table>
11 changes: 11 additions & 0 deletions tools/toolspage-googlekeep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: layouts/tool.njk
tool: Google Keep
os1: Mac
os2: Windows
toolSlug: googlekeep
toolGroup: Productivity
toolDescription: Google Keep is a simple and fast note-taking app by Google. It allows users to quickly capture notes, lists, and reminders across devices, with handy keyboard shortcuts for productivity.
toolLink: https://keep.google.com/
toolLinkDescription: Google Keep
---