You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(chatview): Add ability to select and copy/quote multiple messages (#137)
This pull-request adds a lot of enhancement to the ChatView:
* It is now possible to select multiple messages to copy
* You can also right click when multiple messages are selected to choose between "Copy selection in clipboard", "Copy quote in clipboard" or directly "Quote selection" in the chat entry!
* Quick typo fix in the fr translation.
* Unread messages count are now displayed in badges!
Copy file name to clipboardExpand all lines: docs/user_manual_en.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
-[Introduction]
5
5
1.[Basic Tox concepts]
6
6
2.[Definition table]
7
+
3.[Keyboard shortcuts]
7
8
-[Create a profile]
8
9
-[Customize your profile]
9
10
1.[Name]
@@ -38,7 +39,7 @@
38
39
1.[Themes system]
39
40
2.[Choose a language]
40
41
3.[Configure the Ricin interface]
41
-
42
+
42
43
## Introduction
43
44
**Ricin** aims to be a popular instant messaging client for the Tox network. We built it in order to offer the most intuitive and performing talk app. The point of Ricin is to provide the highest quality when chatting with your friends, contacts, employees, and other people that matters in your life.
44
45
@@ -64,6 +65,16 @@ This ToxID is composed of a **Public Key** (64 chars), a **nospam** (6 chars) an
64
65
65
66
**TODO:** Add definitions here as I write the manual.
66
67
68
+
### Keyboard shortcuts
69
+
**Note**: The _Global_ context means that you can use the shortcut in the whole app.
|`Ctrl+UP`| Global | Quickly switch to the previous contact.|
74
+
|`Ctrl+DOWN`| Global | Quickly switch to the next contact. |
75
+
|`Ctrl+Shift+Q`| Messages selection | Quote a selection of messages. |
76
+
|`Ctrl+C`| Messages selection | Copy a selection of messages. |
77
+
67
78
## Create a profile
68
79
The first time you launch Ricin, if you never used Tox before, you'll have to create a profile. A profile is a single `.tox` file that contains your name, your status message, your friends list, etc. This file **must not** be modified by hand, only Ricin (or another Tox client) should write in it. Editing this file by hand *may* expose you to profile corruption.
69
80
@@ -127,6 +138,7 @@ The other way to add a friend is by only knowing it's Public Key. The difference
0 commit comments