-
Notifications
You must be signed in to change notification settings - Fork 47
docs(readme): add keyboard shortcuts - #244 #299
docs(readme): add keyboard shortcuts - #244 #299
Conversation
Signed-off-by: lenvi <lenvin@oykuapp.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚡️ second review please.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These two do not work for me. Is that to be addressed in another PR?
⌘ + Q - Block quotes
⌘ + SHIFT + 9 - Code
Just checked for the code shortcut. It is working for me. |
Right, block quotes is here: Code shortcut should be working, though... |
It isn't working for me in the demo, but that's a different issue that can be addressed in a different PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Signed-off-by: lenvi <lenvin@oykuapp.com>
1bb89a4
Well, I updated the shortcut for the blockquote, by doing so I just pushed a commit and due to a known GitHub bug it looks like I dismissed the reviews(Which I didn't). |
@98lenvi no we have the settings set to dismiss reviews when new commits are pushed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One change and we should be good to merge.
README.md
Outdated
- `⌘` + `V` - Paste | ||
- `⌘` + `Z` - Undo | ||
- `⌘` + `SHIFT` + `Z` - Redo | ||
- `⌘` + `Y` - Repeat last action |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is a current shortcut we are supporting, we can remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this code snippet shows four shortcuts on my screen, are you referring to just "Repeat last action"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes sorry I highlighted line 81 but it shows above that line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've removed it, Please check it now.
Signed-off-by: lenvi <lenvin@oykuapp.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚡️
@98lenvi would you be able to recreate this for |
Issue #244
Updated readme to show the new keyboard shortcuts
Changes
Keyboard shortcuts
The keyboard shortcuts are as follows
Windows/Linux:
Common actions
CTRL
+C
- CopyCTRL
+X
- CutCTRL
+V
- PasteCTRL
+Z
- UndoCTRL
+SHIFT
+Z
- RedoCTRL
+Y
- Repeat last actionText formatting
CTRL
+B
- BoldCTRL
+I
- ItalicizeCTRL
+Q
- Block quotesCTRL
+SHIFT
+9
- CodeParagraph formatting
CTRL
+SHIFT
+7
- Numbered listCTRL
+SHIFT
+8
- Bulleted listMac:
Common actions
⌘
+C
- Copy⌘
+X
- Cut⌘
+V
- Paste⌘
+Z
- Undo⌘
+SHIFT
+Z
- Redo⌘
+Y
- Repeat last actionText formatting
⌘
+B
- Bold⌘
+I
- Italicize⌘
+Q
- Block quotes⌘
+SHIFT
+9
- CodeParagraph formatting
⌘
+SHIFT
+7
- Numbered list⌘
+SHIFT
+8
- Bulleted listFlags
Related Issues