Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 3d8c372

Browse files
committed
Move KeyboardOptions to keyboard.go
1 parent 0987104 commit 3d8c372

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

common/keyboard.go

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ const (
2020
ModifierKeyShift
2121
)
2222

23+
// KeyboardOptions represents the options for the keyboard.
24+
type KeyboardOptions struct {
25+
Delay int64 `json:"delay"`
26+
}
27+
2328
// Keyboard represents a keyboard input device.
2429
// Each Page has a publicly accessible Keyboard.
2530
type Keyboard struct {

common/keyboard_options.go

-6
This file was deleted.

0 commit comments

Comments
 (0)