mirror of https://gitlab.com/bashrc2/epicyon
Documentation for keyboard navigation
parent
46553b7d62
commit
7d31536778
|
@ -24,7 +24,7 @@ Key features:
|
||||||
|
|
||||||
Epicyon is for people who are tired of *big anything* and just want to DIY their online social experience without much fuss or expense. Think *water cooler discussions* rather than *shouting into the void*, in which you're mainly just reading and responding to the posts of people that you're following.
|
Epicyon is for people who are tired of *big anything* and just want to DIY their online social experience without much fuss or expense. Think *water cooler discussions* rather than *shouting into the void*, in which you're mainly just reading and responding to the posts of people that you're following.
|
||||||
|
|
||||||
[User Manual](manual/manual.epub) - [Project Goals](README_goals.md) - [Commandline interface](README_commandline.md) - [Customizations](README_customizations.md) - [Software Architecture](README_architecture.md) - [Code of Conduct](code-of-conduct.md) - [Principles of Unity](principlesofunity.md) - [C2S Desktop Client](README_desktop_client.md) - [Coding Style](README_coding_style.md)
|
[User Manual](manual/manual.epub) - [Keyboard navigation](README_keyboard_navigation.md) - [Project Goals](README_goals.md) - [Commandline interface](README_commandline.md) - [Customizations](README_customizations.md) - [Software Architecture](README_architecture.md) - [Code of Conduct](code-of-conduct.md) - [Principles of Unity](principlesofunity.md) - [C2S Desktop Client](README_desktop_client.md) - [Coding Style](README_coding_style.md)
|
||||||
|
|
||||||
Matrix room: **#epicyon:matrix.libreserver.org**
|
Matrix room: **#epicyon:matrix.libreserver.org**
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,46 @@
|
||||||
|
# Epicyon Keyboard Navigation
|
||||||
|
|
||||||
|
Keyboard navigation here refers to use within a graphical browser, such as Firefox or Chrome. Terminal browsers, such as [Lynx](https://lynx.invisible-island.net/lynx2.8.3/breakout/lynx_help/keystrokes/keystroke_help.html), have their own particular keyboard navigation style.
|
||||||
|
|
||||||
|
These are the main default navigation keys, but they may also be customised via a link at the bottom of the links column on the left side.
|
||||||
|
|
||||||
|
## The two main screen types
|
||||||
|
|
||||||
|
Switch between the timelines and your profile page:
|
||||||
|
|
||||||
|
```text
|
||||||
|
Timeline view, showing inbox SHIFT + ALT + t
|
||||||
|
Your profile page SHIFT + ALT + p
|
||||||
|
```
|
||||||
|
|
||||||
|
## Timeline view
|
||||||
|
|
||||||
|
When you are in timeline view:
|
||||||
|
|
||||||
|
```text
|
||||||
|
Show or edit keyboard shortcuts SHIFT + ALT + k
|
||||||
|
Inbox refresh SHIFT + ALT + i
|
||||||
|
Direct messages SHIFT + ALT + d
|
||||||
|
Replies SHIFT + ALT + r
|
||||||
|
Sent posts (Outbox) SHIFT + ALT + s
|
||||||
|
Next Page SHIFT + ALT + .
|
||||||
|
Previous Page SHIFT + ALT + ,
|
||||||
|
New post SHIFT + ALT + n
|
||||||
|
Search and/or follow SHIFT + ALT + /
|
||||||
|
Calendar SHIFT + ALT + c
|
||||||
|
```
|
||||||
|
|
||||||
|
## Profile page
|
||||||
|
|
||||||
|
When you are on your profile page:
|
||||||
|
|
||||||
|
```text
|
||||||
|
Edit profile page SHIFT + ALT + e
|
||||||
|
Logout SHIFT + ALT + x
|
||||||
|
```
|
||||||
|
|
||||||
|
## Editing profile page or submitting a new post
|
||||||
|
|
||||||
|
```text
|
||||||
|
Submit or Post button SHIFT + ALT + y
|
||||||
|
```
|
Loading…
Reference in New Issue