Skip to content

Commit

Permalink
Move KeyboardOptions to keyboard.go
Browse files Browse the repository at this point in the history
  • Loading branch information
inancgumus committed Nov 7, 2024
1 parent 8db9436 commit 170f7eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions common/keyboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ const (
ModifierKeyShift
)

// KeyboardOptions represents the options for the keyboard.
type KeyboardOptions struct {
Delay int64 `json:"delay"`
}

// Keyboard represents a keyboard input device.
// Each Page has a publicly accessible Keyboard.
type Keyboard struct {
Expand Down
6 changes: 0 additions & 6 deletions common/keyboard_options.go

This file was deleted.

0 comments on commit 170f7eb

Please sign in to comment.