Documentation
¶
Index ¶
- Variables
- type DS
- type DarwinDS
- func (dds *DarwinDS) CopyImage(filePath string)
- func (dds *DarwinDS) CopyText(text string)
- func (dds *DarwinDS) Paste()
- func (dds *DarwinDS) ReadClipboard() string
- func (dds *DarwinDS) RunDetachedListener()
- func (dds *DarwinDS) RunListener()
- func (dds *DarwinDS) Runtime() string
- func (dds *DarwinDS) SendPasteKey(keybind string)
- type WaylandDS
- func (wds *WaylandDS) CopyImage(filePath string)
- func (wds *WaylandDS) CopyText(text string)
- func (wds *WaylandDS) Paste()
- func (wds *WaylandDS) ReadClipboard() string
- func (wds *WaylandDS) RunDetachedListener()
- func (wds *WaylandDS) RunListener()
- func (wds *WaylandDS) Runtime() string
- func (wds WaylandDS) SendPasteKey(keybind string)
- type XDS
Constants ¶
This section is empty.
Variables ¶
View Source
var DisplayServer = GetDisplayServer()
Functions ¶
This section is empty.
Types ¶
type DS ¶
type DS interface {
Runtime() string
ReadClipboard() string
CopyText(string)
CopyImage(string)
Paste()
RunListener()
RunDetachedListener()
SendPasteKey(string)
}
func GetDisplayServer ¶
func GetDisplayServer() DS
type DarwinDS ¶
type DarwinDS struct {
// contains filtered or unexported fields
}
func (*DarwinDS) ReadClipboard ¶
func (*DarwinDS) RunDetachedListener ¶
func (dds *DarwinDS) RunDetachedListener()
func (*DarwinDS) RunListener ¶
func (dds *DarwinDS) RunListener()
func (*DarwinDS) SendPasteKey ¶
type WaylandDS ¶
type WaylandDS struct {
// contains filtered or unexported fields
}
func (*WaylandDS) ReadClipboard ¶
func (*WaylandDS) RunDetachedListener ¶
func (wds *WaylandDS) RunDetachedListener()
func (*WaylandDS) RunListener ¶
func (wds *WaylandDS) RunListener()
func (WaylandDS) SendPasteKey ¶
type XDS ¶
type XDS struct {
// contains filtered or unexported fields
}
func (*XDS) ReadClipboard ¶
func (*XDS) RunDetachedListener ¶
func (xds *XDS) RunDetachedListener()
func (*XDS) RunListener ¶
func (xds *XDS) RunListener()
func (*XDS) SendPasteKey ¶
Click to show internal directories.
Click to hide internal directories.