add: clipboard functionality in room view

CTRL+V now checks if the clipboard contains an image and pastes it into the room.

The library used for clipboard functionality requires an additional
dependency:

> Linux: require X11 dev package. For instance, install libx11-dev or xorg-dev or libX11-devel to access X window system.
This commit is contained in:
i401
2023-10-05 22:33:21 +02:00
parent 09a9279558
commit 8472803cd0
6 changed files with 103 additions and 36 deletions

View File

@ -39,4 +39,5 @@ room:
'Ctrl+n': scroll_down
'PageUp': scroll_up
'PageDown': scroll_down
'Ctrl+v': paste
'Enter': send