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:
@ -39,4 +39,5 @@ room:
|
||||
'Ctrl+n': scroll_down
|
||||
'PageUp': scroll_up
|
||||
'PageDown': scroll_down
|
||||
'Ctrl+v': paste
|
||||
'Enter': send
|
||||
|
Reference in New Issue
Block a user