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
console.warn(St.Clipboard.get_default().get_mimetypes(St.ClipboardType.CLIPBOARD));St.Clipboard.get_default().get_mimetypes(St.ClipboardType.CLIPBOARD).forEach((itm)=>{// filter from hardcoded list of acceptable mimetypes?St.Clipboard.get_default().get_content(St.ClipboardType.CLIPBOARD,itm,(clipboard,bytes)=>{// Do something})});
Currently this only supports text, but files could be shared over the local network as well
Would probably want to have this as a pref and off by default.
The text was updated successfully, but these errors were encountered: