Browse Source

docs: review comments addressed (from wkw)

pull/4478/head
Raju Udava 2 years ago committed by GitHub
parent
commit
4c7dace8b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      packages/noco-docs/content/en/setup-and-usages/keyboard-maneuver.md

10
packages/noco-docs/content/en/setup-and-usages/keyboard-maneuver.md

@ -15,10 +15,10 @@ menuTitle: 'Keyboard Maneuver'
| `ALT` `c` | Insert new column | | `ALT` `c` | Insert new column |
| `ALT` `f` | Toggle fullscreen mode | | `ALT` `f` | Toggle fullscreen mode |
| `ALT` `i` | Invite a member to team | | `ALT` `i` | Invite a member to team |
| `ALT` `,` | Open Settings menu | | `ALT` `,` | Open `Team & Settings` menu |
## General maneuver on GRID ## Grid view
| Key | Behaviour | | Key | Behaviour |
|----------------:|:-------------------------------------------------------------------------------------| |----------------:|:-------------------------------------------------------------------------------------|
| `⌘` `↑` | Jump to first record in this column (in same page) | | `⌘` `↑` | Jump to first record in this column (in same page) |
@ -32,7 +32,7 @@ menuTitle: 'Keyboard Maneuver'
| `Tab` | Move to next cell horizontally; if on last cell, move to next row beginning | | `Tab` | Move to next cell horizontally; if on last cell, move to next row beginning |
## Cell-specific maneuver when in EDIT mode (data type dependent) ## Column type specific
| Datatype | Key | Behaviour | | Datatype | Key | Behaviour |
|:----------------------:|------------:|:-----------------------------------| |:----------------------:|------------:|:-----------------------------------|
| Text / Numerical cells | `←` `→` | Move cursor to the left / right | | Text / Numerical cells | `←` `→` | Move cursor to the left / right |
@ -48,9 +48,9 @@ menuTitle: 'Keyboard Maneuver'
| Rating | `<0 ~ Max>` | Enter number to toggle rating | | Rating | `<0 ~ Max>` | Enter number to toggle rating |
## Expanded row maneuver ## Expanded form
| Key | Behaviour | | Key | Behaviour |
|------------:|:-------------------------------| |------------:|:-------------------------------|
| `⌘` `Enter` | Save current expanded row item | | `⌘` `Enter` | Save current expanded form item |

Loading…
Cancel
Save