Grid View HotKeys
complete
Peter Novosel
Add a series of hotkeys that allow us to navigate the capabilities of the Grid View without needing to always use the UI. This is a must-have for our power users.
- Open the selected record (row) using a Spacebar
- Expand the selected cell using Shift + Space
- Add a new row in the grid under the currently selected row using Shift + Enter:
- Add a new row at the end of the list or group using Shift + Cmd + Enter
- Delete a row that is currently selected or hovered using Cmd/Ctrl + D
- Duplicate a row that is currently selected or hovered using Shift+ Cmd/Ctrl + C
- Copy a URL of a record that is currently selected or hovered using Cmd/Ctrl + U
- Invoke right-click menu (letter M in the shortcut) using Right-Click or Shift + M
J
Jeff Eusebio
Most of these do not work on Windows with Chrome:
Shift + Spacebar → noop
Shift + Enter → Adds new inline record at the end of the list/group (which is supposed to be Shift + Cmd + Enter
Shift + Cmd + Enter → noop
Cmd/Ctrl + D → opens the Edit Bookmark dialog in Chrome
Shift + Cmd/Ctrl + C → opens the dev console in Chrome
Cmd/Ctrl + U → opens the view source window in Chrome
Cmd/Ctrl + M → noop
Cmd/Ctrl + → ↓ ↑ ← → noop
Page Up / Page Down → noop
Peter Novosel
complete
The following hotkeys (keyboard shortcuts) are available for Grid View:
Record Modals
- Spacebar→ Opens Record modal for a selected/hovered row
- Shift + Spacebar→ Opens modal for an expandable field when selected/hovered
Adding Records
- Shift + Enter→ Adds new inline record under selected/hovered row
- Shift + Cmd + Enter→ Adds new inline record at the end of the list/group
Deleting Records
- Cmd/Ctrl + D→ Deletes selected/hovered row
- Confirmation dialog required
- Flash notification: "Record deleted"
Duplicating Records
- Shift + Cmd/Ctrl + C→ Duplicates selected/hovered row
- Flash notification: "Record duplicated"
- Validation errors?→ Invalid valuesnotcopied, reverted values used
Copying Record URL
- Cmd/Ctrl + U→ Copies URL of selected/hovered record
- Flash notification: "Record URL copied"
Sharing Records
- Cmd/Ctrl + M→ Hotkey to share records(needs further discussion)
Context Menu
- Right Click / Shift + M→ Opens right-click menu with:
- Insert record(Shift + Enter)
- Duplicate record(Shift + Cmd/Ctrl + C)
- Expand record(Spacebar)
- Copy record URL(Cmd/Ctrl + U)
- Delete record(Cmd/Ctrl + D)
- Send record(Cmd/Ctrl + M?)
Navigation
- Cmd/Ctrl + → ↓ ↑ ←→ Scrolls to top, bottom, left, or right
- Page Up / Page Down→ Scrolls list vertically
Rachel Dew
Could we add:
- Assign Me to Assignment Fields by hovering over field and using Cmd/Ctrl + M
Peter Novosel
in progress