மனோஜ்குமார் பழனிச்சாமி
                                            மனோஜ்குமார் பழனிச்சாமி
                                        
                                    @KoalaBear84 Meanwhile Hibernate it
Isn't it a default behaviour? It is the same in Ctrl+C too.
Windows and browser version ? What happens when paste from Context Menu?
win shift s and printscreen It shows as normal . But after closing SS it works properly

@KoalaBear84 also win+shift+s
Workaround Selecting Paste from context menu works
And in AnyDesk too
It does nothing when pressing ctrl v .
Workaround until fix [AHK](https://autohotkey.com/) win+v to activate while on rdp ``` #SingleInstance, force Suspend, #v:: Suspend, return ^v:: c:=Clipboard c:=RegExReplace(c, "\r\n?|\n\r?", "`n") SendInput {Raw}%c% MsgBox, %c% return ```