Skip to content

Commit 5019bbf

Browse files
committed
Rename # column to Mouse # in README binding tables
1 parent b0e77e6 commit 5019bbf

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ The default bindings map Y to Tab. Claude Code changed Tab from extended thinkin
7777

7878
## Default Bindings
7979

80-
> **Mouse buttons:** Every button has a default mouse button number shown in the **#** column. All three layers (Base, +LT, +LB) use the same button numbers (10–23) — layers are distinguished by modifier keys held during the event: none for Base, Option for +LT, Control for +LB. The config file contains keyboard overrides — remove an override to expose the underlying mouse button. These virtual mouse buttons can be mapped in apps like SuperWhisper or BetterTouchTool.
80+
> **Mouse buttons:** Every button has a default mouse button number shown in the **Mouse #** column. All three layers (Base, +LT, +LB) use the same button numbers (10–23) — layers are distinguished by modifier keys held during the event: none for Base, Option for +LT, Control for +LB. The config file contains keyboard overrides — remove an override to expose the underlying mouse button. These virtual mouse buttons can be mapped in apps like SuperWhisper or BetterTouchTool.
8181
8282
### Sticks
8383

84-
| Input | Action | # |
85-
|-------|--------|---|
84+
| Input | Action | Mouse # |
85+
|-------|--------|---------|
8686
| Left Stick | Mouse cursor | |
8787
| Left Stick Click | Left click | 16 |
8888
| Right Stick | Scroll | |
@@ -97,8 +97,8 @@ The default bindings map Y to Tab. Claude Code changed Tab from extended thinkin
9797

9898
### Base
9999

100-
| Button | Key | Action | # |
101-
|--------|-----|--------|---|
100+
| Button | Key | Action | Mouse # |
101+
|--------|-----|--------|---------|
102102
| **A** | `Return` | Submit | 10 |
103103
| **B** | `Escape` | Cancel | 11 |
104104
| **X** | `Backspace` | Delete | 12 |
@@ -114,8 +114,8 @@ The default bindings map Y to Tab. Claude Code changed Tab from extended thinkin
114114

115115
### +LT (mouse buttons held with Option)
116116

117-
| Button | Key | Action | # |
118-
|--------|-----|--------|---|
117+
| Button | Key | Action | Mouse # |
118+
|--------|-----|--------|---------|
119119
| **LT+A** | `Space` | Scroll page | 10+Opt |
120120
| **LT+B** | | | 11+Opt |
121121
| **LT+X** | | | 12+Opt |
@@ -133,8 +133,8 @@ The default bindings map Y to Tab. Claude Code changed Tab from extended thinkin
133133

134134
### +LB (mouse buttons held with Control)
135135

136-
| Button | Key | Action | # |
137-
|--------|-----|--------|---|
136+
| Button | Key | Action | Mouse # |
137+
|--------|-----|--------|---------|
138138
| **LB+A** | | | 10+Ctrl |
139139
| **LB+B** | `Cmd+W` | Close tab | 11+Ctrl |
140140
| **LB+X** | | | 12+Ctrl |

0 commit comments

Comments
 (0)