config

package
v0.0.0-...-68da58c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Coordinates struct {
		X int `ini:"x"`
		Y int `ini:"y"`
	} `ini:"Coordinates"`
	Keystrokes struct {
		Record   []string `ini:"record"`
		Deselect []string `ini:"deselect"`
		Toggle   []string `ini:"toggle"`
	} `ini:"Keystrokes"`
}

func Setup

func Setup() (*Config, error)

func (*Config) Save

func (c *Config) Save() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL