மனோஜ்குமார் பழனிச்சாமி

Results 366 comments of மனோஜ்குமார் பழனிச்சாமி

@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

![image](https://user-images.githubusercontent.com/7231077/39968008-be96f856-56e3-11e8-879d-4dd5081c2e6e.png)

Workaround Selecting Paste from context menu works

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 ```