Skip to content

Commit 1cb2783

Browse files
committed
Includes left and right arrow/letter shortcuts
1 parent 0ead148 commit 1cb2783

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

gitkraken-client/experimental-features.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,11 @@ To create a Cloud Patch, click the share icon <i class="fa-solid fa-share"></i>
138138

139139
<img src='/wp-content/uploads/gkc-create-cloud-patch.png' class='img-bordered img-responsive center'>
140140

141-
When creating a Cloud Patch, you have the options to share with `Anyone with the link`, `Anyone in my org`, or `Only collaborators`. When sharing with You can now share Cloud Patches directly with members of your organization by selecting specific users when creating a Cloud Patch.
142-
- You can now view Cloud Patches shared with you in the Cloud Patches Left Panel section under `Shared with Me`.
141+
When creating a Cloud Patch, you have the options to share with `Anyone with the link`, `Anyone in my org`, or `Only collaborators`. You can also share Cloud Patches directly with members of your organization. Cloud Patches shared with you can be viewed in the Cloud Patches Left Panel section under `Shared with Me`.
143142

144143
<img src='/wp-content/uploads/Cloud-Patch-Permissions.png' class='img-bordered img-responsive center'>
145144

146-
This link can be shared with users to open the Cloud Patch in GitKraken Client or GitLens. When a Cloud Patch link is opened, the user will be prompted to open the client, clone or open the repository if not known to GitKraken Client, and then select the base branch to apply the patch to. From here, they can simply select `apply patch to <branch>`.
145+
Cloud Patch links can be shared with users to open the Cloud Patch in GitKraken Client or GitLens. When a Cloud Patch link is opened, the user will be prompted to open the client, clone or open the repository if not known to GitKraken Client, and then select the base branch to apply the patch to. From here, they can simply select `apply patch to <branch>`.
147146

148147
<img src='/wp-content/uploads/gkc-apply-cloud-patch-example.gif' class='img-bordered img-responsive center'>
149148

gitkraken-client/keyboard-shortcuts.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,23 @@ We know keyboard shortcuts help get things done faster, and here’s a handy lis
9898
</thead>
9999
<tbody>
100100
<tr>
101-
<td>Select next commit in graph</td>
101+
<td>Select previous item</td>
102102
<td><kbd>J</kbd> or <kbd>&darr;</kbd></td>
103103
<td><kbd>J</kbd> or <kbd>&darr;</kbd></td>
104104
</tr>
105105
<tr>
106-
<td>Select previous commit in graph</td>
106+
<td>Select next item</td>
107107
<td><kbd>K</kbd> or <kbd>&uarr;</kbd></td>
108108
<td><kbd>K</kbd> or <kbd>&uarr;</kbd></td>
109109
</tr>
110+
<tr>
111+
<td>Select the item to the right</td>
112+
<td><kbd>L</kbd> or <kbd>&rarr;</kbd></td>
113+
</tr>
114+
<tr>
115+
<td>Select the item to the left</td>
116+
<td><kbd>H</kbd> or <kbd>&larr;</kbd></td>
117+
</tr>
110118
<tr>
111119
<td>Select next item in branch</td>
112120
<td><kbd>Shift</kbd><kbd>&darr;</kbd><br>

0 commit comments

Comments
 (0)