-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from sebix/keyboard
GUI Keyboard improvements
- Loading branch information
Showing
4 changed files
with
83 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,31 @@ | ||
# Keyboard shortcuts | ||
|
||
## Assess | ||
- ↑-↓: Navigate through list items | ||
- →: Open detailed item view | ||
- →/Esc: Close detailed item view | ||
- `r`: Mark item as read | ||
- `i`: Mark item as important | ||
- `l`: Like item | ||
- `d`: Vote item down | ||
- `Backspace`: Delete item | ||
- ↓/↑/j/k: Navigate up/down through list items | ||
- Home: Jump to first list item | ||
- End: Jump to last loaded list item | ||
- →/Enter/l: Open detailed item view | ||
- ←/Esc/h: | ||
- In Show-Item mode: Close detailed item view | ||
- With search bar in focus: Unfocus search bar | ||
- `r`: Mark item as **r**ead | ||
- `i`: Mark item as **i**mportant | ||
- `u`: Like news item (**u**pvote) | ||
- `U`: Vote news item down | ||
- `Del`: **Del**ete item | ||
- `s`: Select/Unselect the item. Switches to selection mode automatically | ||
- `g`: Group item | ||
- `u`: Ungroup item | ||
- `n`: Create new product from item | ||
- `a`: Aggregate item | ||
- `g`: **G**roup selected items | ||
- `G`: Ungroup selected item(s) | ||
- `n`: Create **n**ew product from item | ||
- `a`: Expand/close **a**ggregated list item | ||
- `o`: **O**pen active news item source (in non-selection-mode only) | ||
- `R`: **R**eload news item list | ||
- `/`: Jump to search bar | ||
- `f`: Switch to Filter mode | ||
|
||
### Filter mode | ||
- `Esc`: Exit filter mode | ||
- `r`: Toggle filter read news items and exit filter mode | ||
- `i`: Toggle filter important news items and exit filter mode | ||
- `u`: Toggle filter liked (relevant) news items and exit filter mode | ||
- `n`: Toggle filter news items in analyze and exit filter mode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters