Skip to content

Commit 5e36093

Browse files
committed
docs: remove h1
1 parent c0e7acf commit 5e36093

6 files changed

Lines changed: 0 additions & 12 deletions

File tree

docs/tutorials/grabbing-and-repeat.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description:
55
Grab input devices exclusively and configure keyboard repeat behavior.
66
---
77

8-
# Grabbing Devices and Configuring Repeat
9-
108
This tutorial covers exclusive device access and auto-repeat settings.
119

1210
## Grabbing a device

docs/tutorials/multi-device-polling.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ description:
66
device.
77
---
88

9-
# Why multi-device polling?
10-
119
When you need to handle input from multiple devices (e.g., two keyboards or a
1210
keyboard and a mouse), you can't block on one device's `poll()` — the other
1311
device's events would be delayed.

docs/tutorials/quickstart.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ title: Quick Start
44
description: Discover Linux input devices and read your first evdev events.
55
---
66

7-
# Quick Start
8-
97
This tutorial walks through discovering input devices and reading events.
108

119
## Discover input devices

docs/tutorials/uinput-access.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ description:
66
uinput.
77
---
88

9-
# UInput Access Setup
10-
119
Creating virtual input devices requires `/dev/uinput` to exist and be writable
1210
by the current user.
1311

docs/tutorials/uinput-actions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description:
55
Build tap, hold, chord, sequence, and macro helpers on top of uinput events.
66
---
77

8-
# Building UInput actions
9-
108
This tutorial shows how to build helper actions (tap, hold, macro, ..) on top of
119
the low-level `emit` and `sync` primitives.
1210

docs/tutorials/uinput-virtual-devices.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ description:
66
uinput.
77
---
88

9-
# Creating Virtual Input Devices with UInput
10-
119
This tutorial covers creating virtual keyboards, relative pointer devices, and
1210
synthetic input events.
1311

0 commit comments

Comments
 (0)